Matlab tools: Difference between revisions
mNo edit summary |
(→Matlab) |
||
Line 3: | Line 3: | ||
The following two tools are very useful when creating figures for scientific publications. They give you full control on figure size, margins, font, font size, etc, etc. | The following two tools are very useful when creating figures for scientific publications. They give you full control on figure size, margins, font, font size, etc, etc. | ||
[[Figure Print Preparation Tool]] (setplot.m) | * [[Figure Print Preparation Tool]] (setplot.m) | ||
[[Figure Saving Tool (PDF and EPS)]] (saver.m) | * [[Figure Saving Tool (PDF and EPS)]] (saver.m) | ||
Tool to set the position and size of figures on your screen. Usefull when you want to position figures side by side every time you run your m-file. | Tool to set the position and size of figures on your screen. Usefull when you want to position figures side by side every time you run your m-file. | ||
[[Figure Positioning Tool]] (pos.m) | * [[Figure Positioning Tool]] (pos.m) | ||
Tool to make nice Bode plots for articles and reports | Tool to make nice Bode plots for articles and reports | ||
[[Frequency Response Function Plotting]] (frf.m) | * [[Frequency Response Function Plotting]] (frf.m) | ||
Mass-spring-damper models (arbitrary number of masses) | |||
* [[Mass-spring-damper models]] (mkdsys.m) | |||
=== Simulink === | === Simulink === |
Revision as of 09:49, 5 April 2012
Matlab
The following two tools are very useful when creating figures for scientific publications. They give you full control on figure size, margins, font, font size, etc, etc.
- Figure Print Preparation Tool (setplot.m)
- Figure Saving Tool (PDF and EPS) (saver.m)
Tool to set the position and size of figures on your screen. Usefull when you want to position figures side by side every time you run your m-file.
- Figure Positioning Tool (pos.m)
Tool to make nice Bode plots for articles and reports
Mass-spring-damper models (arbitrary number of masses)
- Mass-spring-damper models (mkdsys.m)
Simulink
Discrete time controller blocks, on the Matlab command prompt use make.m to mex the c-files first. Command "dctools" will open a template model with the controller filters. Drag and drop them from the template model to your own model. The discrete-time implementation of the blocks has been based on "Tustin-with-prewarping". The prewarping frequency has been chosen with respect to the respective block function, e.g. for a pure notch filter the prewarping frequency is equal to the notch frequency.