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.