| Contents | Index |
MLUseFullDesktop(flag)
MLUseFullDesktop flag
out = MLUseFullDesktop(flag)
MLUseFullDesktop(flag) sets the MATLAB session to start with the full desktop or Command Window only. Use this syntax when working directly in a worksheet.
MLUseFullDesktop flag sets the MATLAB session to start with the full desktop or Command Window only. Use this syntax in a VBA macro.
out = MLUseFullDesktop(flag) lets you catch errors when executing MLUseFullDesktop in a VBA macro. If MLUseFullDesktop fails, then out is a string containing error code. Otherwise, out is 0.
flag |
Either "yes" or "no". Specify "yes" to start full MATLAB desktop. Specify "no" to start the MATLAB Command Window only. Default: "yes" |
out |
0 if the command succeeded. Otherwise, a string containing error code. |
Set the MATLAB session to start with the command window only:
MLUseFullDesktop("no")
matlabinit | MLClose | MLOpen

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 |