How can I create a step response with the following unit step function as input?

Illustration
Zayden - 2020-11-20T14:22:27+00:00
Question: How can I create a step response with the following unit step function as input?

input : F when (0

Expert Answer

Profile picture of John Michell John Michell answered . 2025-11-20

F = @(t) (t < .98) * 3 +(t > .98) * 6
fplot(F,[0,2])


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!