From Gui how to create the folder analysis data

6 次查看(过去 30 天)
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.

回答(1 个)

Sahithi Kanumarlapudi
'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!

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by