Write contents of MATLAB matrix in Microsoft Excel VBA variable
MLGetVar ML_var_name, VBA_var_name
MLGetVar
writes
the contents of MATLAB® matrix ML_var_name
, VBA_var_name
ML_var_name
in
the Excel® Visual Basic® for Applications (VBA) variable VBA_var_name
.
Creates VBA_var_name
if it does not exist. Replaces
existing data in VBA_var_name
.
|
Name of MATLAB matrix to access.
|
|
Name of VBA variable where the function writes the contents
of Use |