Скачать
Multiple Tabs in ONE Figure 😱 | MATLAB
Автор: Laplace Academy
Загружено: 2022-07-28
Просмотров: 2162
Описание:
Hello. welcome to Laplace Academy.
In this #short tutorial, you will learn how to add multiple tabs to your figure.
There are 4 steps you must take in order to add a new tab and plot it inside your figure:
1. Create an empty figure:
figure
2. Create a tab using uitab function:
tab1 = uitab('title', 'graph title')
3. Add axes to your tab:
axes(tab1)
4. Plot anything you like. You can use fplot or plot or other plotting commands:
fplot(@tan)
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: