| Excel Link | ![]() |
Description
Passes the command string to MATLAB for evaluation. The specified action alters only the MATLAB workspace. Nothing is done in the Excel workspace.
Example
MLEvalString("b = b/2;plot(b)")
divides the MATLAB variable b by 2 and plots it. Only the MATLAB variable b is modified. To update data in the Excel worksheet, use MLGetMatrix.
See Also
MLGetMatrix
| MLDeleteMatrix | MLGetMatrix | ![]() |