How to editt the properties of Scope block in simulink?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Yenson Lau
el 21 de Feb. de 2013
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 comentarios
Azzi Abdelmalek
el 21 de Feb. de 2013
Editada: Azzi Abdelmalek
el 21 de Feb. de 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')
0 comentarios
Ver también
Categorías
Más información sobre Simulink Environment Customization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!