Plotting function step by step by GUI?
1 view (last 30 days)
Show older comments
I would like to create matlab GUI that takes function from the user and produce plot for that function step by step , when the user input the function then click on step button the plot will have one point on it , the next click will have two point on the plot , and so on,until the full plot completed ,can i do it in matlab or not ?
0 Comments
Accepted Answer
Image Analyst
on 11 Oct 2017
Yes, you can, though you'll have to probably use the hated "eval()" function. But WHY do you want to do this somewhat unusual thing? I mean the user could just type their function into a script, and type their data into the script also, instead of your GUI, and run their script instead of your GUI. Is this just an arbitrary thing you want to do so that you can learn how to build GUIs?
2 Comments
Image Analyst
on 12 Oct 2017
Hi's reply moved here (instead of being an "Answer" to the original question):
May be I should Ask my teacher this question
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!