From Gui how to create the folder analysis data

1 view (last 30 days)
Hello hi im new beginner for using gui. my question is how to create the folder after analyze the data
For example my gui is about student score math exam, the gui will analyze score 50 and above , and 50 dan below. after the score appear on the screen. the data will move to folder student who are get 50 and above, and 50 and below. how to create the separate folder after data analyse from gui.

Answers (1)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi on 29 Oct 2019
'mkdir can be used to create a folder programatically.
In your GUI you can put any UIComponent like a button with callback to a function which calls mkdir and the code regarding storing the data to a file when it is clicked. The Button is to be clicked after the analysis is done.
For more information on ‘mkdir’ refer to the following link
For information on how to use a button refer to the following
Hope this helps!

Categories

Find more on Migrate GUIDE Apps 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!