How can I set this model properties ( Enable model access to base workspace ) by API such as set_param command?
12 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Paul
2023 年 4 月 20 日
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'.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!