Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?

조회 수: 1 (최근 30일)
Is there any possibility that, the string what I selected from the popup menu can be displayed as a label for a figure?
  댓글 수: 1
Jürgen
Jürgen 2012년 8월 17일
Hello, I think you will have to give a bit more info, because to me at least it is not clear what you want to do? regards,Jürgen

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

채택된 답변

Walter Roberson
Walter Roberson 2012년 8월 17일
Take the string E{1}(E{2}) that you got from your previous question http://www.mathworks.co.uk/matlabcentral/answers/46177-how-to-get-the-data-from-a-popup-menu-and-display-the-selected-data-in-list-box, and pass it to xlabel() or ylabel() as appropriate.
ylabel(E{1}(E{2}))

추가 답변 (0개)

카테고리

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