I found that my problem came from my having created stub member functions overriding the built-in subsref.m and subsasgn.m functions. I did this just to print meaningful warning messages to the screen, since I had thought that Matlab would fail with no helpful error messages otherwise.
It...
I've created a fairly simple class and can instantiate and work with objects of the class. Now someone has asked for the ability to create arrays of objects, which I thought would be straight-forward, but I'm getting errors from the subsref.m function.
I don't even understand why subsref is...