UI for selecting plot marker type

10 次查看(过去 30 天)
pyrokidd89
pyrokidd89 2018-1-5
评论: Adam 2018-1-5
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 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by