マスクパラメータの"評価"をOFFにする
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
motohiro sugimoto
el 23 de Oct. de 2019
Respondida: Musashi Ito
el 8 de Dic. de 2019
Simulinkブロックのマスクパラメータの属性→評価を”OFF"とすることを
プログラムにより操作するにはどのようにすればよいでしょうか?
0 comentarios
Respuesta aceptada
Musashi Ito
el 8 de Dic. de 2019
下記のコマンドでマスクパラメータの[評価]を制御できるみたいです。
X = Simulink.Mask.get(gcb)
X.Parameters.Evaluate = 'off'
gcb コマンドは現在選択されているブロックのパスを取得するコマンドです。下記のドキュメンテーションも参考になりそうです。
・マスクパラメータクラス
・プログラムによるマスクの制御
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Author Block Masks en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!