Automatically dock / embed figures in MatLab
To automatically dock figures in Matlab, issue the command
set(0,'DefaultFigureWindowStyle','docked')
at the beginning of your script.
Categories: Uncategorized
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