New version of matlab (2014b) gives lots of errors not seen when using the same script in an older version.

New version of matlab (2014b) gives an error when trying to use sub plot:
Undefined function 'subplotHGUsingMATLABClasses' for input arguments of 'double'. Error in subplot (line 90) subplotHGUsingMATLABClasses(nRows, nCols, plotId);

1 Comment

Would it be possible for you to post the code so people can try to help you with your actual code?

Sign in to comment.

Answers (1)

It looks as though you may be using a File Exchange contribution written with R2014a or earlier. The HG2 handle graphics that began with R2014b is sufficiently different to have ‘broken’ much of the previous graphics code. If you still have R2014a, use it instead with those FEX routines.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 24 Sep 2015

Edited:

on 25 Sep 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!