Asee peer logo
Displaying all 2 results
Conference Session
Computers and Software in Teaching Mathmatics
Collection
2011 ASEE Annual Conference & Exposition
Authors
Micah Stickel, University of Toronto
Tagged Divisions
Mathematics
) integrand=x.^3;Then using the following command, you can evaluate this definite integral as: >> Q=quadl(@myint,-2,6) Q = 320Which is the correct value, that can be verified by calculating: >> 6^4/4-(-2)^4/4 ans = 320Alternatively, we could use an inline function to define our integrand, such as: >> myint=inline('c*exp(j*pi*x)','x','c') myint = Inline function: myint(x,c) = c*exp(j*pi*x)In this case our integrand consists of two variables, c, and the variable of integration, x. To makesure the function quadl knows which variable is the variable of integration we would use the syntax: Q=quadl(@(x)myint(x,2),0,1) Q = 0.0000 + 1.2732iThis command evaluates the integral
Conference Session
Engineering Mathematical Potpourri
Collection
2011 ASEE Annual Conference & Exposition
Authors
John Schmeelk, Virginia Commonwealth University, Qatar
Tagged Divisions
Mathematics
, W., K., Digital Image Processing, John Wiley & Sons, NY, (1991). 13. Russ, C. J. and Russ, J. C., Introduction to Image Processing and Analysis, CRC Press, Florida, (2008). 14. Schalkoff, R. J., Digital Image Processing and Computer Vision, John Wiley & Sons, NY, (1989). 15. Schmeelk, J., “Transforms Filters and Edge Detectors in Image Processing”, International Journal of Pure and Applied Mathematics, 46, No. 2, (2008), 199-208. 16. Zhang, I., Wang, Q.,G., Qi, J., P.,” Processing Technology in Microscopic Images of Cancer Cells in Pleural Fluid Based on Fuzzy Edge Detection Method”, Journal of Physics: Conference, 48, (2006), 329-333.JOHN SCHMEELKjschmeelk@qatar.vcu.eduVirginia