MATLAB Function Reference | Search  Help Desk |
vectorize | See Also |
vectorize(string
) vectorize(function
)
vectorize(string
)
inserts a .
before any ^
, *
or /
in string
. The result is a character string.
vectorize(function
)
when function is an inline function object, vectorizes the formula for function
. The result is the vectorized version of the inline function.
inline
Construct an inline object