Simulinkのサブシステムの表示について

13 visualizaciones (últimos 30 días)
Masayuki Kigure
Masayuki Kigure el 24 de Dic. de 2015
Respondida: Atsushi Matsumoto el 13 de Sept. de 2016
Simulinkで作成したサブシステムに対し、 添付画像のような表示をしたいのですが、 マスクの編集で、どのようなコマンドを 入力すればよいのですか?
【条件】 ①入出力の信号名はサブシステム内の入出力の信号名を継承 ②テキストの表示位置はサブシステムの右上に表示
  1 comentario
Walter Roberson
Walter Roberson el 24 de Dic. de 2015
Approximate translation:
For display of Simulink subsystems
For the sub-system that was created in Simulink, I'd like to display, such as the attached image, in the editing of the mask, do you may be inputted What command?
[Condition] ① signal name display position of inheritance ② text signal names of the input and output in the sub-system of input and output is displayed in the upper right corner of the sub-system

Iniciar sesión para comentar.

Respuesta aceptada

Atsushi Matsumoto
Atsushi Matsumoto el 13 de Sept. de 2016
アイコンと端子画面で、アイコンの単位を[正規化]に設定し、textコマンドで正規座標を指定します。
text(0.7, 0.9, 'テキスト')
ヘルプにtextコマンドの使い方は記載されています。
web(fullfile(docroot, 'simulink/slref/text.html'))
dispコマンドにスペースと改行を入れて調節するという手もあります。
disp(' テキスト\n\n\n\n\n\n\n\n\n\n\n')

Más respuestas (0)

Categorías

Más información sobre Modeling 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!

Translated by