Problems with the static text box of the GUI

5 次查看(过去 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

回答(1 个)

Urmila Rajpurohith
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.
  1 个评论
Silvia
Silvia 2019-11-25
Thank you very much for your answer.
I don't need the entire directory to be displayed. In fact, I only want to see the text that fits in one line. For example, in the image attached we can see par of the directory in a second line, I'd like to see only the part that fits in the first line. I don't want to change the size of the text box because another directory can be display so that won't solve the problem if the new directory is longer.
Thank you very much for your help

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by