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
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
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!