Script MATLAB to polt asymptotic Bode diagram

MATLAB is one of the most powerful calculation programs in the world and with it you can do everything.

To plot the asymptotic Bode diagram we can use these scripts from the Department of Engineering at the University of Cagliari:

  • [asbode.m] to polt asymptotic Bode diagram
  • [risposta_libera.m] to calculate the free response of model IU both analytically and numerically
  • [risposta_impulsiva.m] to calculate the impulse response of a model IU both analytically and numerically
  • [risposta_indiciale.m] to calculate the indicial response of a model IU both analytically and numerically

(to save the files right click and save as)

once downloaded you have to copy them in:

\MATLAB\toolbox\matlab\general

and to make sure that MATLAB automatically loads them should be given the following command:

rehash toolboxcache

with the help command you can see how to use these scripts.

Tags: