feval | R Documentation |
This is just a wrapper for the do.call
function to behave like the feval function in MATLAB.
feval(file.name, ...)
file.name |
A function or a string that is the name of a function. |
... |
Arguments for the function. Multiple arguments separated by a comma. |
Output from the defined function.
Other MATLAB:
cell()
,
diag_matlab()
,
fileparts()
,
isempty()
,
ones()
,
rand()
,
randn()
,
size()
,
tic()
,
toc()
,
zeros()
feval("sin",pi/2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.