Indices and tables


Todo

Document these use cases

  • >>> bode(sys, w)
    
  • >>> bode(sys1, sys2, ..., sysN)
    
  • >>> bode(sys1, sys2, ..., sysN, w)
    
  • >>> bode(sys1, 'plotstyle1', ..., sysN, 'plotstyleN')
    

(The original entry is located in matlab_strings.rst, line 321.)

Todo

Add example with MIMO system

(The original entry is located in matlab_strings.rst, line 463.)

Todo

Add example with MIMO system

#>>> sys = rss(3, 2, 2) #>>> mag, phase, omega = freqresp(sys, [0.1, 1., 10.]) #>>> mag[0, 1, :] #array([ 55.43747231, 42.47766549, 1.97225895]) #>>> phase[1, 0, :] #array([-0.12611087, -1.14294316, 2.5764547 ]) #>>> # This is the magnitude of the frequency response from the 2nd #>>> # input to the 1st output, and the phase (in radians) of the #>>> # frequency response from the 1st input to the 2nd output, for #>>> # s = 0.1i, i, 10i.

(The original entry is located in matlab_strings.rst, line 516.)

Todo

better ecample system!

#>>> gm, pm, wg, wp = margin(mag, phase, w)

(The original entry is located in matlab_strings.rst, line 781.)

Todo

The next paragraph contradicts the comment in the example! Also “input” should come before “output” in the sentence:

“from the (j+1)st output to the (i+1)st input”

(The original entry is located in matlab_strings.rst, line 1207.)

Todo

The following functions should be documented in their own modules! This is only a temporary solution.

(The original entry is located in matlab_strings.rst, line 9.)

Table Of Contents

Next topic

Introduction

This Page