Borrar filtros
Borrar filtros

Generating Step Function In MATLAB.

11 visualizaciones (últimos 30 días)
Pranjal Pathak
Pranjal Pathak el 5 de En. de 2012
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!

Respuesta aceptada

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

Más respuestas (1)

Titus Edelhofer
Titus Edelhofer el 5 de En. de 2012
Hi Pranjal,
take a look at the function stairs that makes this task rather simple ...
Titus

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by