- https://www.mathworks.com/help/matlab/ref/uitextarea.html
- https://www.mathworks.com/help/matlab/ref/matlab.ui.control.textarea-properties.html
In APP Designer, how to add a new uicontrol and show it on the original figure window
8 ビュー (過去 30 日間)
古いコメントを表示
[ h(i*7+j)=uicontrol(app.UIF,'Style','text','Units','normalized',...
'Position',[0.45+0.06*j 0.65-0.08*i 0.06 0.08],'FontSize',13,...
'FontWeight','bold','BackgroundColor',[0.6 0.8 0.1]); ]
this Textarea wili show in a new figure but not show in the original FIG
0 件のコメント
採用された回答
Reshma Nerella
2021 年 11 月 7 日
Hi,
The reason the text area is displayed in a new figure is that the uicontrol function is not supported in App Designer. There is a component named TextArea which can be used in App Designer to create a text box.
For more information, refer to the documentation pages of text area component.
Hope this helps!
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!