how to plot difference equation using matlab
이전 댓글 표시
how to plot difference equation using matlab ex:y[n]=x[n]+x[n-2]
답변 (2개)
Muhammad Usman Saleem
2016년 1월 4일
0 개 추천
Please give some more explanations about equations?
Like how they look like?
What are their input parameters?
Walter Roberson
2016년 1월 4일
y = x(3:end) - x(1:end-2);
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!