Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
for example x=-pi:pi y=sin(x.^2) find ezplot and plot

Akzeptierte Antwort

the cyclist
the cyclist am 11 Okt. 2015
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?

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by