How can I set this model properties ( Enable model access to base workspace ) by API such as set_param command?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear All,
I want to use Simulink API (set_param) to configure "Enable model access to base workspace" parameter, but I don't know the parameter name.
Can I do it by API?
Thank you so much for your help!
0 Kommentare
Akzeptierte Antwort
Paul
am 20 Apr. 2023
Does
set_param('f14','EnableAccessToBaseWorkspace','off')
do what you need?
The doc page says the parameter is either 'true' or 'false', but some experiments suggest it's either 'on' or 'off'.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!