MLUseFullDesktop
Specify whether to use full MATLAB desktop or Command Window
Syntax
= MLUseFullDesktop(flag)
MLUseFullDesktop flag
out = MLUseFullDesktop(flag)
Description
= MLUseFullDesktop(
sets
the MATLAB® session to start with the full desktop or Command
Window only. Use this syntax when working directly in a
worksheet.flag
)
MLUseFullDesktop
sets
the MATLAB session to start with the full desktop or Command
Window only. Use this syntax in a VBA macro.flag
lets
you catch errors when executing out
= MLUseFullDesktop(flag
)MLUseFullDesktop
in
a VBA macro. If MLUseFullDesktop
fails, then out
is
a string containing error code. Otherwise, out
is 0
.
Input Arguments
|
Either Specify Default: |
Output Arguments
|
|
Examples
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
See Also
matlabinit
| MLClose
| MLOpen