필터 지우기
필터 지우기

in GUI how can I make a text box to be multiline?

조회 수: 2 (최근 30일)
Anwar Al Saleh
Anwar Al Saleh 2021년 12월 21일
댓글: Anwar Al Saleh 2021년 12월 21일

채택된 답변

Rik
Rik 2021년 12월 21일
You should not be using GUIDE. See this thread.
You can set the max property to control the maximum number of lines.

추가 답변 (1개)

Chunru
Chunru 2021년 12월 21일
Use "uitextarea". The Value properties is cell array of strings so you can obtain the multiline text from ui.
  댓글 수: 3
Rik
Rik 2021년 12월 21일
Just a note: this is what you should use if you're using a uifigure instead of a figure. AppDesigner is based on uifigure and GUIDE is based on figure (although you can write your own GUI without GUIDE or AppDesigner and use either).
Anwar Al Saleh
Anwar Al Saleh 2021년 12월 21일
thank you..

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by