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!