how can i plot a continuous unit step function without heaviside?

 Respuesta aceptada

Matt J
Matt J el 20 de Mayo de 2022
Editada: Matt J el 20 de Mayo de 2022
Hint:
t=linspace(-1,3,100);
u=(t>1);
plot(t,u); axis padded; xlabel t; ylabel u

Más respuestas (0)

Categorías

Más información sobre Line Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Mayo de 2022

Editada:

el 20 de Mayo de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by