In Matlab, it is possible to have figure windows docked in the main window. If there are several figures, each of them appears in a different \"tab\".
Is it possibl
To dock figures by default, try calling:
set(0,'DefaultFigureWindowStyle','docked')
at the beginning