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 blog article with the help of some example.

Continue reading “Matlab: Scripts, Functions and local Functions”

Hello World

This webpage is currently built from scratch, some things will change in the next weeks and later. It will become some kind of personal blog and web site and a new startup. So this is basically just a live test system.

I’m testing the new word press concepts and twenty nineteen theme with some customization, the site will look different from time to time.

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 three or more y axis. myaxisc, short for “Multiple Y Axis Class”, is a class holding all the axes objects needed to display multiple Y axis. Second axis is placed on the right side, the additional axes are placed on the left side.

Continue reading “myaxisc class for MATLAB”
Exit mobile version