0
Matlab equivalent

In Matlab, studying control theory, I ran into a pzmap and step functions. These map the poles and zeros of a function into a map, while the other applies a step response. How is this done using Scilab?


Scilab 21-02-18, 9:53 p.m. maxcy
0
For plotting the poles and zeros, see plzr() command. For step response, use csim(). See scilab help for exact usage of these commands.
21-02-18, 11 p.m. rupakrokade


0
How would I use this to create a unit step function, u(t), as is commonly used in electrical engineering?
22-02-18, 8:29 p.m. maxcy


0

How would I use this to create a unit step function, u(t), as is commonly used in electrical engineering?

23-02-18, 12:52 a.m. maxcy


Log-in to answer to this question.