MATLAB start-up window size
4 views (last 30 days)
Show older comments
Is there a command line option for the start-up window size? I often run analysis headless from a command prompt:
matlab -nodesktop -nosplash -noFigureWindows -r "try; run('some_script.m'); catch; end; quit"
Is there a way to force the command window size when this launches? Thanks!
Dave.
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!