MLDeleteMatrix
Delete MATLAB matrix
Description
= MLDeleteMatrix(
deletes the
named matrix from the MATLAB® Workspace. Use this syntax when working directly in a
worksheet.var_name
)
MLDeleteMatrix
deletes the
named matrix from the MATLAB Workspace. Use this syntax in a VBA macro.var_name
lets you find errors when executing out
= MLDeleteMatrix(var_name
)MLDeleteMatrix
in a VBA
macro. If MLDeleteMatrix
fails, then out
is
a string containing an error code. Otherwise, out
is
0
.
Examples
Input Arguments
Tips
To work with VBA code in Excel with Spreadsheet Link™, you must enable Spreadsheet Link as a reference in the Microsoft® Visual Basic Editor. For details, see Installation.
Version History
Introduced before R2006a