How to editt the properties of Scope block in simulink?
显示 更早的评论
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
回答(2 个)
Yenson Lau
2013-2-21
0 个投票
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
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')
类别
在 帮助中心 和 File Exchange 中查找有关 Scopes and Data Logging 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!