You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
control.Bode.mag_phase_system() is extremely slow due to the inverse operation currently used. Matlab diagonalizes the A matrix and a method making use of the Hessenberg form. See http://www.weizmann.ac.il/matlab/toolbox/control/ref/bode.html Algorithm section for hints.
The text was updated successfully, but these errors were encountered:
control.Bode.mag_phase_system() is extremely slow due to the inverse operation currently used. Matlab diagonalizes the A matrix and a method making use of the Hessenberg form. See http://www.weizmann.ac.il/matlab/toolbox/control/ref/bode.html Algorithm section for hints.
The text was updated successfully, but these errors were encountered: