How do I add multiple (i.e. more than 4) axes on a Simulink Scope?
21 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 3 月 25 日
回答済み: MathWorks Support Team
2020 年 4 月 7 日
How do I add multiple (i.e. more than 4) axes on a Simulink Scope?
採用された回答
MathWorks Support Team
2020 年 3 月 25 日
1. If you simply "drag" in the Simulink Layout editor, you will only be able to see a maximum 4x4 grid. If you "Click and drag" within the Layout of the scope, you will be able to expand.
(see the GIF under "Layout")
2. From command line:
>> myScopeConfiguration = get_param(gcbh,'ScopeConfiguration');
>> myScopeConfiguration.LayoutDimensions = [5 1]; % max is 16x16
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!