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

2 views (last 30 days)
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);

Answers (1)

Star Strider
Star Strider on 25 Sep 2015
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

Community Treasure Hunt

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

Start Hunting!