could not create JOGL render
48 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (5)
Mike Garrity
am 4 Apr. 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?
0 Kommentare
Dehua Kang
am 5 Apr. 2016
Bearbeitet: Walter Roberson
am 8 Apr. 2016
1 Kommentar
Walter Roberson
am 8 Apr. 2016
Dehua Kang
am 8 Apr. 2016
Bearbeitet: Walter Roberson
am 8 Apr. 2016
2 Kommentare
Walter Roberson
am 8 Apr. 2016
Which MATLAB version are you using? Are you using R2016a with an NVIDIA graphics card?
Mike Garrity
am 8 Apr. 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)".
Siehe auch
Kategorien
Mehr zu Graphics Performance finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!