0
Root Locus Method in MATLAB
Posted by Papa_Smurf on Oct 13, 2009 in Control Systems, MATLAB
TweetTo start out, setup the open loop transfer function. Next, you can choose to set up the MATLAB code in a few different ways. First make sure that both the numerator and denominator are in acceptable forms. [1 2 3] is the same as saying Using an example: We can write the numerator and denominator MATLAB codes as: >>numerator=[1]; [...]