could not create JOGL render
66 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(5 个)
Mike Garrity
2016-4-4
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 个评论
Dehua Kang
2016-4-8
编辑:Walter Roberson
2016-4-8
2 个评论
Walter Roberson
2016-4-8
Which MATLAB version are you using? Are you using R2016a with an NVIDIA graphics card?
Mike Garrity
2016-4-8
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)".
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!