How to editt the properties of Scope block in simulink?
Ältere Kommentare anzeigen
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
Antworten (2)
Yenson Lau
am 21 Feb. 2013
0 Stimmen
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
am 21 Feb. 2013
Bearbeitet: Azzi Abdelmalek
am 21 Feb. 2013
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')
Kategorien
Mehr zu Scopes and Data Logging finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!