Page 57 - MATLAB an introduction with applications
P. 57

42 ———  MATLAB: An Introduction with Applications

                   int( f, ‘m’, ‘n’): Returns the integral of the expression f with respect to the default independent variable
                                evaluated over the interval [m, n], where m and n are numeric expressions.
                   The other symbolic functions for pedagogical and graphical applications, conversions, integral transforms,
                   and linear algebra are summarized in Tables 1.38 to 1.42.

                                                          Table 1.38
                                                          Calculus
                                    diff          Differentiate
                                    int           Integrate
                                    jacobian      Jacobian matrix
                                    limit         Limit of an expression
                                    symsum        Summation of series
                                    taylor        Taylor series expansion

                                                          Table 1.39
                                               Pedagogical and graphical applications
                                    ezcontour     Contour plotter
                                    ezcontourf    Filled contour plotter
                                    ezmesh        Mesh plotter
                                    ezmeshc       Combined mesh and contour plotter
                                    ezplot        Function plotter
                                    ezplot        Easy-to-use function plotter
                                    ezplot3       Three-dimensional curve plotter
                                    ezpolar       Polar coordinate plotter
                                    ezsurf        Surface plotter
                                    ezsurfc       Combined surface and contour plotter
                                    funtool       Function calculator
                                    rsums         Riemann sums
                                    taylortool    Taylor series calculator

                                                          Table 1.40
                                                         Conversions
                                    char          Convert symbolic object to string

                                    double        Convert symbolic matrix to double
                                    poly2sym      Function calculator
                                    sym2poly      Symbolic polynomial to coefficient vector

                                                          Table 1.41
                                                      Integral transforms
                                    fourier       Fourier transform
                                    ifourier      Inverse Fourier transform
                                    ilaplace      Inverse Laplace transform
                                    iztrans       Inverse Z-transform
                                    laplace       Laplace transform
                                    ztrans        Z-transform








                   F:\Final Book\Sanjay\IIIrd Printout\Dt. 10-03-09
   52   53   54   55   56   57   58   59   60   61   62