Making one window with for figures

3 ビュー (過去 30 日間)
Bartosz Kamil
Bartosz Kamil 2021 年 3 月 4 日
回答済み: Monisha Nalluru 2021 年 3 月 9 日
Hi, I have a live simulation where I have four figure windows and I would like to display them in one window

回答 (1 件)

Monisha Nalluru
Monisha Nalluru 2021 年 3 月 9 日
If you are using scope block inorder to display the simulated result.
Then use Input Ports and Layout properties of scope block inorder to dispaly data in one window from multiple windows
Number of Input Ports (suppose n) is used to display n signals within same scope block
Layout Property helps display data in seperate axes. If the number of displays is equal to the number of ports, signals from each port appear on separate displays. If the number of displays is less than the number of ports, signals from additional ports appear on the last display. For layouts with multiple columns and rows, ports are mapped down then across.
Refer to following documentation:

カテゴリ

Help Center および File ExchangeView Data During Simulation についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by