How to Add a Main Title to a Subplot Grid or Group of Subplot in MATLAB

preview_player
Показать описание
Learn how to add a main title for all a subplot grid grid or a group of subplots in MATLAB.
Рекомендации по теме
Комментарии
Автор

Hey guys the sgtitle('title') was introduced in 2018r, if you are using 2018a, use the command suptitle('title'). Thanks me later.

coddingslug
Автор

don't waste 6:45 of your time. Here's the answer: the command is sgtitle('title')

AryPizarroChong