필터 지우기
필터 지우기

Unit step function program

조회 수: 2 (최근 30일)
Vanish Waghela
Vanish Waghela 2020년 3월 18일
댓글: vanshika waghela 2020년 3월 20일
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