MATLAB Function Reference |
Syntax
Description
vectorize(s)
where s
is a string expression, inserts a .
before any ^
, *
or /
in s
. The result is a character string.
vectorize(fun)
when fun
is an inline function object, vectorizes the formula for fun
. The result is the vectorized version of the inline function.
See Also
inline
, cd
, dbtype
, delete
, dir
, partialpath
, path
, what
, who
varargin, varargout | ver |
© 1994-2005 The MathWorks, Inc.