what is differance between plot of a function and ezpolt of a function?And how can we achieve same plot by these two?

 Accepted Answer

The main difference is
  • ezplot accepts a function as input
  • plot accepts (x,y) data and plots it
Have you carefully read the documentation for these two functions?

More Answers (0)

Categories

Find more on Graphics Objects 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!