Set default font settings for Simulink annotation (comments)

3 次查看(过去 30 天)
Hello,
For improving visibility of model, I would like to change the defaul font for all anotations: I would like to use Courrier New Black 14 pt. How can I do this programmatically?
  3 个评论
Dimitri
Dimitri 2023-10-10
移动:Dyuman Joshi 2023-10-26
Hi Joshi!
Thanks, but I meen the annotation for model and not for charts: https://www.mathworks.com/help/simulink/ug/annotate-models.html
Do you know how can I handler all the annotations of model?
Dyuman Joshi
Dyuman Joshi 2023-10-10
移动:Dyuman Joshi 2023-10-26
Ah, okay. I should have noticed the product mentioned as "Simulink".
I will get back to you on this soon.

请先登录,再进行评论。

采纳的回答

Fangjun Jiang
Fangjun Jiang 2023-12-14
编辑:Fangjun Jiang 2023-12-14
I don't think there is a way to pre-set the default font. But you can do a quick and easy post-processing like this. It will change all the annotations at once.
ano=find_system(ModelName,'FindAll','On','Type','Annotation')
set(ano,'FontName','Arial')
See doc page
web(fullfile(docroot, 'simulink/ug/create-an-annotation-programmatically.html?s_tid=doc_srchtitle'))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Model Editing 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by