could not create JOGL render
Mostrar comentarios más antiguos
I plot a function in matlab, there is no function curve except for a blank figure.Sometime there is a error printed in the command window "****could not create JOGL render---use painter How could i do when i use the default plot render which is OpenGL in matlab? Thank you
Respuestas (5)
Mike Garrity
el 4 de Abr. de 2016
You can set the default renderer like this:
set(groot,'DefaultFigureRenderer','painters')
But I thought that error message was actually this:
Couldn't create JOGL canvas--using painters
And that it automatically switched to painters for you when you hit it.
Do you know why you can't get an OpenGL context? What does
opengl info
say?
Dehua Kang
el 5 de Abr. de 2016
Editada: Walter Roberson
el 8 de Abr. de 2016
1 comentario
Walter Roberson
el 8 de Abr. de 2016
Dehua Kang
el 8 de Abr. de 2016
Editada: Walter Roberson
el 8 de Abr. de 2016
2 comentarios
Walter Roberson
el 8 de Abr. de 2016
Which MATLAB version are you using? Are you using R2016a with an NVIDIA graphics card?
Mike Garrity
el 8 de Abr. de 2016
No, the opengl info says he's got an Intel 6100. I think that means it's a "MacBook Pro (Retina, 13-inch, Early 2015)".
Dehua Kang
el 12 de Abr. de 2016
0 votos
Dehua Kang
el 12 de Abr. de 2016
0 votos
Categorías
Más información sobre Graphics Performance 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!