UI for selecting plot marker type

I am wanting to set the marker style for each file I am plotting similar to using uisetcolor but for marker style. I could not find it built into matlab and I am not sure how to go about creating a ui like this. Any help would be great.

1 件のコメント

Adam
Adam 2018 年 1 月 5 日
Just use a popup list populated with the marker types
doc uicontrol
gives details of creating a uicontrol, including 'style', 'popup' which is what would likely be most useful.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInteractive Control and Callbacks についてさらに検索

質問済み:

2018 年 1 月 5 日

コメント済み:

2018 年 1 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by