How do I set the default properties of the annotation text box in Simulink?
Show older comments
How do I set the default properties of the annotation text box in Simulink? In Matlab r2010b, the default horizontal alignment property of annotation boxes was "center." In Matlab r2013B, the default is "left." My preference is "center" and I would like to change it back to what it was in r2010b. In addition, I would like to know how to change the other default properties. I have not been able to find documentation that tells me how to do this. Does anyone know how? TIA.
Answers (1)
MEHABOOBSUBANI GULEDKOPP
on 24 Jan 2018
0 votes
For Default Settings for Font Name, Style and Size, Model(system) will have properties as mentioned below: 1. Font Name: defaultBlockFontName --> Sets the Font Name to all the blocks if they are set to "auto". 2. FontSize: defaultBlockFontSize --> Sets the Font Size to all the blocks if they are set to "-1".
Similarly for other settings
Categories
Find more on Interactive Model Editing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!