Learning OOP in MATLAB – what kind of method/function/routine to use to construct a problem-specific vector?
I am working on a project in MATLAB that is essentially a linear system solver for a physical problem with lots of parameters and this is my first time trying OOP. Before, I had lots of MATLAB scripts with lots of very similar code so I thought this would be a good example to learn OOP with.