Simulinkのサブシステムの表示について
조회 수: 13 (최근 30일)
이전 댓글 표시
Simulinkで作成したサブシステムに対し、 添付画像のような表示をしたいのですが、 マスクの編集で、どのようなコマンドを 入力すればよいのですか?
【条件】 ①入出力の信号名はサブシステム内の入出力の信号名を継承 ②テキストの表示位置はサブシステムの右上に表示
댓글 수: 1
Walter Roberson
2015년 12월 24일
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
채택된 답변
Atsushi Matsumoto
2016년 9월 13일
アイコンと端子画面で、アイコンの単位を[正規化]に設定し、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')
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!