Generating Step Function In MATLAB.

7 ビュー (過去 30 日間)
Pranjal Pathak
Pranjal Pathak 2012 年 1 月 5 日
Hi, Can anyone help me in generating a step function which increases by an increment of 1 unit and then remain constant for 1 unit and then again increases by 1 unit,remain constant for 1 unit and so on (upto a certain height,say 5 unit) and then again decreasing by the same amount, remaining constant for the same amount as while increasing, in MATLAB? Thanking You!

採用された回答

k.v.swamy
k.v.swamy 2012 年 1 月 5 日
try this code N=21; x=0:N-1; y=5*ones(1,N) stem(x,y)

その他の回答 (1 件)

Titus Edelhofer
Titus Edelhofer 2012 年 1 月 5 日
Hi Pranjal,
take a look at the function stairs that makes this task rather simple ...
Titus

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by