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 Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

タグが未入力です。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by