From Gui how to create the folder analysis data
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Sahithi Kanumarlapudi
il 29 Ott 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!
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!