How to editt the properties of Scope block in simulink?

1 vue (au cours des 30 derniers jours)
Arun Badigannavar
Arun Badigannavar le 21 Fév 2013
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

Réponses (2)

Yenson Lau
Yenson Lau le 21 Fév 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

Azzi Abdelmalek
Azzi Abdelmalek le 21 Fév 2013
Modifié(e) : Azzi Abdelmalek le 21 Fév 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')

Catégories

En savoir plus sur Simulink Environment Customization dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by