Unit step function program

2 次查看(过去 30 天)
Vanish Waghela
Vanish Waghela 2020-3-18
How to write a program code for u(n)-u(n-1) with explanation?
  3 个评论
Vanish Waghela
Vanish Waghela 2020-3-18
How to do this operation of u(n)-u(n-1) using matlab
Geoff Hayes
Geoff Hayes 2020-3-18
Vanish - is this homework? What have you tried so far?

请先登录,再进行评论。

回答(1 个)

Sajeer Modavan
Sajeer Modavan 2020-3-18
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
  3 个评论
vanshika waghela
vanshika waghela 2020-3-19
I also need to show the graph of this!!
vanshika waghela
vanshika waghela 2020-3-20
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Fuzzy Logic in Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by