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.
0 个评论
回答(1 个)
Sahithi Kanumarlapudi
2019-10-29
'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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!