Plotting problem in MATLAB ONLINE

I am getting the following error while plotting. Even as simple as figure, plot(1:10)
Warning: An error occurred while drawing the scene: Error in scene tree: Could not create peer object for PrimitiveContainer: TypeError: n.subclassProperties.reduce is not a function. (In 'n.subclassProperties.reduce((a,u)=>(a[u]=n[u],a),{})', 'n.subclassProperties.reduce' is undefined)
Warning: An error occurred while drawing the scene: Error in web pick traversal: TypeError: a[d].match is not a function. (In 'a[d].match(u)', 'a[d].match' is undefined)
Leads on how to get over this are appreciated.

2 comentarios

Can you confirm that you haven't written your own plot.m file that's taking precedence over the plot function that is part of MATLAB? What does this command show?
which -all plot(1:10)
built-in (/MATLAB/toolbox/matlab/graphics/graphics/graph2d/plot)
PChoppala
PChoppala el 15 de Mayo de 2025
Nope, no plot.m file anywhere on my drive.

Iniciar sesión para comentar.

Respuestas (1)

Vinod
Vinod el 15 de Mayo de 2025

0 votos

Can you log out, log back in and try it out?

2 comentarios

PChoppala
PChoppala el 15 de Mayo de 2025
Tried it several times.
PChoppala
PChoppala el 15 de Mayo de 2025
Aatually, I logged in now and it works. Perhaps some issue.

Iniciar sesión para comentar.

Categorías

Más información sobre Specifying Target for Graphics Output en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 15 de Mayo de 2025

Comentada:

el 15 de Mayo de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by