how to plot the specific selection from listbox into axes1

5 views (last 30 days)
Dear Users,
I am new to GUI of Matlab. In some part I found the success but in some I am stuck. It is difficult to come out with solutions as I am thinking.
I have 2 pushbutton and named them import and delete. 1 listbox1 and 1 axes1.
I wanted to import all the desired files and get them plotted into axes1. At the same time I will have the list of files displayed in listbox1. I got the success in doing it.
My problem is:
  1. I want to click on one particular file in listbox1 and get the display on axes1 plotted with red colour (overlap on earlier plot).
  2. I want to delete the selected file based on my observations.
3 I want to apply processing on remaining dataset.
Thank you for your help and suggestion.
  5 Comments
Amit Kumar
Amit Kumar on 8 Sep 2020
:)))
Thank you Mario
my codes are attached. I am not using app designer.
Please take a look.
Thank you very much.
Mario Malic
Mario Malic on 8 Sep 2020
Edited: Mario Malic on 8 Sep 2020
Sorry, can't really help with GUI, since I have never used it.
That what I've written are just ideas how to solve your problem, it's possible to implement them in GUI, but I have never worked with it.

Sign in to comment.

Answers (0)

Categories

Find more on Creating, Deleting, and Querying Graphics Objects 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!