| Contents | Index |
MLDeleteMatrix(var_name)
MLDeleteMatrix var_name
out = MLDeleteMatrix(var_name)
MLDeleteMatrix(var_name) deletes the named matrix from the MATLAB workspace. Use this syntax when working directly in a worksheet.
MLDeleteMatrix var_name deletes the named matrix from the MATLAB workspace. Use this syntax in a VBA macro.
out = MLDeleteMatrix(var_name) lets you catch errors when executing MLDeleteMatrix in a VBA macro. If MLDeleteMatrix fails, then out is a string containing error code. Otherwise, out is 0.
out |
0 if the command succeeded. Otherwise, a string containing error code. |
Delete matrix A from the MATLAB workspace:
MLDeleteMatrix("A")
MLAppendMatrix | MLGetMatrix | MLPutMatrix

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |