Clear Filters
Clear Filters

MATLAB start-up window size

7 views (last 30 days)
David De Lorenzo
David De Lorenzo on 1 Aug 2023
Moved: the cyclist on 1 Aug 2023
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.

Accepted Answer

Dyuman Joshi
Dyuman Joshi on 1 Aug 2023
Moved: the cyclist on 1 Aug 2023
  1 Comment
David De Lorenzo
David De Lorenzo on 1 Aug 2023
Moved: the cyclist on 1 Aug 2023
Thanks! That has the functionality I was asking for.

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!