필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
for example x=-pi:pi y=sin(x.^2) find ezplot and plot

채택된 답변

the cyclist
the cyclist 2015년 10월 11일
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?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by