MATLAB Function Reference
  Go to function:
    Search    Help Desk 
vectorize    See Also

Vectorize expression

Syntax

Description

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.

See Also

inlineConstruct an inline object

[ Previous | Help Desk | Next ]