UI for selecting plot marker type

10 views (last 30 days)
pyrokidd89
pyrokidd89 on 5 Jan 2018
Commented: Adam on 5 Jan 2018
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 Comment
Adam
Adam on 5 Jan 2018
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.

Sign in to comment.

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!