How to create a scope viewer from a matlab command ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to write a script that create scope viewer for signal line connected to the inports of my model. I need the block specific parameter name to use with the function set_param().
find_system(SysName,'LookUnderMasks','off','SearchDepth',2,'BlockType','Inport');
set(Handle_Line.Outport,'DataLogging',1);
I can do it with a data logging but I need the equivalent version for scope viewer.
Thanks in advance.
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur View and Analyze Simulation Results 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!