MATLAB コマンド ラインから Simulink モデルのバージョンを設定するには、どうすればよいですか?
Afficher commentaires plus anciens
MATLAB コマンド ラインからモデルの Simulink バージョンを設定したいです。
モデルのバージョンは下記コマンドで照会することができます。
get_param(bdroot,'Modelversion')
しかし、モデルのバージョンを設定したい場合、
set_param(bdroot,'Modelversion',1.2)
次のエラーが表示されます。
???==> set_param の使用中にエラーが発生しました
block_diagramパラメーター 'Modelversion' は読み取り専用です。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur プログラムによるモデル編集 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!