How to editt the properties of Scope block in simulink?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to show two outputs on a same scope,,,like hoe we shoe in subplot? how to give two connectors to scope block in simulink
0 件のコメント
回答 (2 件)
Yenson Lau
2013 年 2 月 21 日
To show two outputs, use the mux blocks to concatenate the two signal streams and feed it into the scope.
The scope settings are in the cog icon at the top left corner of the scope display window.
Good luck! Yenson
0 件のコメント
Azzi Abdelmalek
2013 年 2 月 21 日
編集済み: Azzi Abdelmalek
2013 年 2 月 21 日
Open your scope, click on the parameters icon, Then change the number of axes in general. Or, in windows command type:
set_param('modelname/Scope','NumInputPorts','2')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!