Author Archive

GUI, MATLAB

MATLAB - Global Variables

How do global variables differ from regular (local) variables?
Each function in MATLAB contains a set of variables specific to that function.  Even in the same .m file, you don’t have (direct) access to variables created in other functions within the file.  Global variables give you the ability to create/change a variable in one function and have [...]

MATLAB, blog

My Name is Zane Montgomery: Blood Type is O-Neg

Hello world!
I still remember from my first Computer Science class at Harvey Mudd College during my freshman year. We had to print “hello world” in Java. I had heard about coding before but I never thought it would be something I enjoyed. That semester I flip-flopped between CS, Chemistry, Biology, and [...]