How can I re write a code in GUI?

1 view (last 30 days)
sama
sama on 9 Jul 2015
Hello. I have a code and trying to convert it to GUI. For this purpose, I input some data and plot a graph. At plot section, I need to use my code. So, I rewrite whole of my code in this section and just changed the variables to handles.variable. For example if I have A=B+C in my code, I rewrite handles.A=handles.B+handles.C. However the GUI does not run and shows an error that the memory is not enough and the arrays are exceeded the limitations. I need you help please. Thanks

Answers (0)

Categories

Find more on 2-D and 3-D Plots 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!