To automatically dock figures in Matlab, issue the command
set(0,'DefaultFigureWindowStyle','docked')
at the beginning of your script.
To automatically dock figures in Matlab, issue the command
set(0,'DefaultFigureWindowStyle','docked')
at the beginning of your script.
Hey ! Nice trick … I’ve been looking for that one for a long time. Thanks
Thanks so much! I was looking for such a simple, but essential solution.