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!