curtisma / MATLAB_tfigure

A tabbed figure class for MATLAB
4 stars 3 forks source link

Legacy code | Older versions of Matlab #13

Open NunoMAlves opened 5 years ago

NunoMAlves commented 5 years ago

tFigure not working on 2015b. When trying to run tFigureExample.m this error appears:

>> tFigExample
Struct contents reference from a non-struct array object.

Error in tfigure/addPanel (line 271)
            plotList = hs.plotList;

Error in tfigure/addPlot (line 346)
                    h = obj.addPanel(p.Results.title);

Error in tFigExample (line 17)
h.addPlot('Normal');

Might need some work regarding how to access a class attribute

curtisma commented 5 years ago

So I was just trying to make the update but I currently have access to R2013a and R2016a but not R2015b. R2016a appears to be functioning properly and R2013a doesn't have the base class for running it so would take more changes than I was hoping to make. Do you think you could try making the update and make a pull request?