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 comentario

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

Iniciar sesión para comentar.

Respuestas (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.

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Sept. de 2015

Editada:

el 25 de Sept. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by