GUI - To run a matlab script from gui
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 ?
0 Kommentare
Antworten (1)
Walter Roberson
am 25 Jun. 2012
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
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!