How to make MATLAB use a gui program 1000 times and thin export some specific results into tables
2 次查看(过去 30 天)
显示 更早的评论
Hi I want MATLAB to use a gui program 1000 times and assume the reqiured data and thin export the values of some outputs to tables
0 个评论
回答(1 个)
Vimal Rathod
2021-2-22
Hi,
I don't understand your usecase properly but you could always run a gui program 1000 times and get the input and store it in a variable, which you could convert into table with data.
You could use 'DeleteFcn' callback to get the data from the gui when the instance is deleted and you could start another instance in the deleteFcn callback code itself.
But I would recommend you to use one gui program and take 1000 different inputs instead by refreshing the data.
Refer to the following link to know more about figure callbacks
另请参阅
类别
在 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!