Goto and from tags in the model display -T-

When the model is first opened the goto and from tags appear as "-T-". They can be fixed by right clicking and selecting Format->Fit to content. Is there a better way to do this programmatically?

Réponses (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov le 21 Sep 2023

0 votes

Use set_param() command from the MATLAB command window or script (M/mlx-file Editor). See the help for the command syntax: DOC
Example:
set_param('Model_Name/Block_Name','Position',[50 50 225 250])

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by