How to set Simulink menu bar tools by m Scripts

hello supporter,
how to set Simulink menu bar tools by m Scripts, but I how to which API function .
I want to set some menu bar tools by m Scripts, other people also can use my m script set the Simulink menu .
eg:
Now, I should use which API function get this paraments preferences and how to set it by m scripts

1 件のコメント

Xiaoning.Wang
Xiaoning.Wang 2020 年 11 月 23 日
編集済み: Xiaoning.Wang 2020 年 11 月 23 日
use API: get_param('Template','ObjectParameters') can get many Simulink API
Note: Temolate is my .slx document
eg:
SampleTimeColors: [1×1 struct] // Dispaly->Sample Time
LibraryLinkDisplay: [1×1 struct] //Dispaly->Library Link->Disable
ShowPortDataTypes: [1×1 struct] //Dispaly->Signals & Ports->PortDataTypes
PortDataTypeDisplayFormat: [1×1 struct] //Dispaly->Signals & Ports->PortDataTypes DisplayFormat
ShowPortUnits: [1×1 struct] //Dispaly->Signals & Ports->Port uint
All set in menu boor don't sure must have API function(带单栏上所有的设置不一定,全部包含API函数,因为只能找到部分)
Simulink->Preferences->Edit I don't found it API function
Simulink->Preferences->Gneral I found it API function
Simulink->Preferences->Model File I found it API function

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink Environment Customization についてさらに検索

質問済み:

2020 年 11 月 20 日

編集済み:

2020 年 11 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by