How can I comment out Simulink subsystem from Matlab script?

88 vues (au cours des 30 derniers jours)
Krzysztof Szczupak
Krzysztof Szczupak le 20 Sep 2013
Hi,
I just found out that there is a great option in Simulink which allows to comment out blocks and subsystems and exclude them form simulaton (right-click on block -> Comment out). I'd like to know, how can I do that using Matlab sctipt (or is it even possible?).
Thanks, Krzysztof

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 20 Sep 2013
Suppose your model name is untitled , and you want to comment out the block named Unit Delay
set_param('untitled/Unit Delay','commented','on')
% to uncomment
set_param('untitled/Unit Delay','commented','off')
  7 commentaires
Dhines
Dhines le 15 Déc 2022
RAGHUVEER RAJESH
RAGHUVEER RAJESH le 21 Sep 2023
Yes. true, its not working for a subsystem. The command is only applicable for simulink blocks. Has anyone else explore some other solution.

Connectez-vous pour commenter.

Plus de réponses (1)

Hajir Pourbabak
Hajir Pourbabak le 23 Mar 2016
Thanks A lot!

Catégories

En savoir plus sur Subsystems dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by