Problems with the static text box of the GUI
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm having problems showing my string in the static text box.
I only want to show my directory in the text box. But if it's too long I would like to see only the part that fits in one line. The problem is that the directory is cut and part is shown on another line.
I have tried the textwrap option but doesn´t work. And I also have de MAX_MIN <= 1.
Please, any help?
Thank you
S
0 个评论
回答(1 个)
Urmila Rajpurohith
2019-11-20
Assuming that you want entire directory to be displayed in a single line.
To achieve this, you can adjust the Graphical layout (grid portion) of the GUIDE figure window by dragging it with the option provided in bottom right.
And you can change the dimensions of “static Text box” with the help of dragging options provided.
Refer the attachments.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!