How to open Scope in Simulink with Matlab command?
50 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mahdiyar
le 2 Avr 2015
Modifié(e) : carlos vasquez
le 31 Jan 2017
Hi everyone
I want to run the simulink with the matlab command "sim". I need to see the trend of a signal . So, I use a Scope.
I want to open the scope with a matlab command line. Is there any way to open the scope in simulink with matlab command, not manually?
Regards
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 2 Avr 2015
open_system('YourSimulinkModelName/ScopeName')
2 commentaires
carlos vasquez
le 31 Jan 2017
Modifié(e) : carlos vasquez
le 31 Jan 2017
i use this comand but, when i want to use the command set_param(gsc,'Simulationcommand','Stop'). i have this error. subsystem block does not have a parameter named 'Simulationcommand'. also i use the comand close_param for close all but i have the same error. this command works on guide of matlab?
help
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!