could not create JOGL render
80 ビュー (過去 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 月 5 日
編集済み: Walter Roberson
2016 年 4 月 8 日
1 件のコメント
Walter Roberson
2016 年 4 月 8 日
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!