How can I save the text in the model workspace variable description?

I want to save in as a string variable the text in the description of the simulink parameter that is in the simulink model workspace (image)

 Réponse acceptée

mw=get_param(bdroot,'ModelWorkspace');
a=mw.getVariable('Param');
>> s=get(a,'Description')
s =
'abc'

Plus de réponses (0)

Catégories

Produits

Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by