GUI - To run a matlab script from gui
显示 更早的评论
I plotted a graph and created a gui for line width,style,color.....,of graph and now I want to run script from gui with new settings. How do i do that ?
回答(1 个)
Walter Roberson
2012-6-25
Just give the name of the script (without the '.m') as a line in the callback of the GUI. For example if the script file is named DoMyGraph.m then to run it from the GUI callback, include the line
DoMyGraph
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!