New version of matlab (2014b) gives lots of errors not seen when using the same script in an older version.
Mostrar comentarios más antiguos
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
Image Analyst
el 25 de Sept. de 2015
Would it be possible for you to post the code so people can try to help you with your actual code?
Respuestas (1)
Star Strider
el 25 de Sept. de 2015
0 votos
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!