Unit step function program
1 回表示 (過去 30 日間)
古いコメントを表示
How to write a program code for u(n)-u(n-1) with explanation?
3 件のコメント
回答 (1 件)
Sajeer Modavan
2020 年 3 月 18 日
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
3 件のコメント
vanshika waghela
2020 年 3 月 20 日
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!