Automatically start MATLAB
= MLAutoStart(flag)
MLAutoStart flag
out = MLAutoStart(flag)
= MLAutoStart(
sets
automatic startup of the Spreadsheet
Link™ and MATLAB® software.
A change of state takes effect the next time an Excel® session
starts. Use this syntax when working directly in a worksheet.flag
)
MLAutoStart
sets
automatic startup of the Spreadsheet
Link and MATLAB software.
A change of state takes effect the next time an Excel session
starts. Use this syntax in a VBA macro.flag
lets
you catch errors when executing out
= MLAutoStart(flag
)MLAutoStart
in
a VBA macro. If MLAutoStart
fails, then out
is
a string containing error code. Otherwise, out
is 0
.
|
Either Specify Default: |
|
|
If Spreadsheet
Link and MATLAB are running,
then MLAutoStart("no")
does not stop them.