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

13 views (last 30 days)
Masayuki Kigure
Masayuki Kigure on 24 Dec 2015
Answered: Atsushi Matsumoto on 13 Sep 2016
Simulinkで作成したサブシステムに対し、 添付画像のような表示をしたいのですが、 マスクの編集で、どのようなコマンドを 入力すればよいのですか?
【条件】 ①入出力の信号名はサブシステム内の入出力の信号名を継承 ②テキストの表示位置はサブシステムの右上に表示
  1 Comment
Walter Roberson
Walter Roberson on 24 Dec 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

Sign in to comment.

Accepted Answer

Atsushi Matsumoto
Atsushi Matsumoto on 13 Sep 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')

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!