Clear Filters
Clear Filters

Plotting function step by step by GUI?

1 view (last 30 days)
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 ?

Accepted Answer

Image Analyst
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
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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!