How to write equations in gui edit text box?

Hello
Can anyone tell me how to write an equation with superscript, symbols etc. to a gui edit text box.
Writing something like this doesn't work:
set(handles.box1,'String','y=1+x^2')
I know that there is a function called uibutton which can handle this type of issue for a button. Has anyone written something that works for edit text boxes?
Thanks in advance.
-Tom

댓글 수: 2

Could you paste the error you get. I do right that what you say you can not do with no problems at all.
Tom
Tom 2014년 6월 6일
I don't get an error but x^2 is displayed as x^2 and not as x superscript 2.

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

 채택된 답변

per isakson
per isakson 2014년 6월 7일

0 개 추천

The short answer is: It cannot be done! That's why Douglas Schwarz created uibutton: GUI pushbuttons with better labels, which I guess is the function you refer to.
Undocumented Matlab present another approach: Rich Matlab editbox contents.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

Tom
2014년 6월 6일

답변:

2014년 6월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by