Problems with the static text box of the GUI
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Urmila Rajpurohith
on 20 Nov 2019
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.
See Also
Categories
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!