Matlab: Scripts, Functions and local Functions

Sooner or later you come across the fact that you can not only create scripts and save them as .m files in Matlab, but also code certain things: Functions Local Functions Nested Functions Classes Why you should deal with it sooner rather than later and what you can do with that, I’ll explain in this …

myaxisc class for MATLAB

Finally, after years of programmatically putting togehter figures with multiple axis, I created a class based approach for creating figures with multiple y axis. This allows easier customization and usage for GUI programming. I have procrastinated this problem since 2009, basically since I’m using MATLAB. This is an object orientated approach for creating plots with …