Guide - choose which plot to show on a figure and save
Show older comments
Hi everyone, This is the FIRST question of a series of questions to help me complete a project. The Second question can be found here .
Here is what I CAN now do with the script I have written (not GUI yet).
- I measure some tensile properties of polymers and stock the results in a text file (external software).
- I read the informations I need in MATLAB and I print them on a plot (very easy script).
What I would like to have as a final product can be seen on the picture:

- Push button (CB1) that allows the user to choose the directory were the files are (uigetdir).
- Some kind of selection box in which are listed all the text files found in the chosen directory with a switch/checkbox that can be switched ONorOFF/checked.
- A graph on which all the selected/checked txt files will be plot (it has to auto update when a new selection is made on the selection box).
- A button (CB2) to save the actual plot as image.
- More function will be implemented once these previous 4 will be working.
Can you tell me which available GUIDE button/box will give this result? I am kind of new at this, any advice will be well accepted.
Thank you for your help and time.
Michael
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Programmatically 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!