|
|
| File Information |
| Description |
Derives number of dimensions ( variables ) of given function then
normalizes it "unity".
Clarification: unity has different meanings in each dimensions e.g. for
one variable function the output function has a unit area between the
curve and x-axis in the interval that user defines, for two variables
function the output function has a unit volume between the surface and xy
plane in the intervals that user defines and so on.
Example:
A = inline ( ' tan ( x ) + ( i * x ) + sin ( y ) + i * ( y ^ 2 ) + i * cos ( z ) + ( z ^ 2 ) ' ) ;
B = smartnormalized ( A , [0 0 0.01] , [pi/4 pi/4 pi/4] , 'sym' )
B =
(2928464171262539/4503599627370496-1072148456816461/1125899906842624*i)*(tan(x)+i*x+sin(y)+i*y^2+i*cos(z)+z^2) |
| Required Products |
Symbolic Math Toolbox
|
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 30 Oct 2007 |
John D'Errico
|
|
|
| Updates |
| 01 May 2008 |
vectorization, commentation, clarification of "unity", memory using. |
|
Contact us at files@mathworks.com