GUI - To run a matlab script from gui

1 view (last 30 days)
Luffy
Luffy on 25 Jun 2012
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 ?

Answers (1)

Walter Roberson
Walter Roberson on 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
  1 Comment
Luffy
Luffy on 26 Jun 2012
Yeah,I did that and i used assignin command to change settings so that they are changed in base work space, they changed in base work space but did not get applied to plot,how to solve this problem.

Sign in to comment.

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!