Hi, my professor gave me I code where he used to evaluate the answer of a linear system to a step increase in the input variables like this:
MySystem = ss(A, B, C, D);
ltiveiw('step', MySystem, 'r-', 300);
My problem is that with this code I get the response only for a positive step. I'd...