Clear Filters
Clear Filters

Manipulating figure in any way makes cpu and ram go to 100%

2 views (last 30 days)
So today I opened up MATLAB (R2014b) which worked fine yesterday and as soon as I wanted to zoom in, place the datacursor or set i.e. ylim([.. ..]) on a figure the cpu and ram usage was at 100% shortly after.
Any ideas?
EDIT: Little side note: When I try to initially zoom in once on the figure, it works, but if I do ylim or zoom some more the problem occurs.
Also, using
opengl software
did not fix the issue.

Answers (1)

michio
michio on 28 Sep 2016
I am not sure why the sudden issues, but if you are using R2014b or later, the following link could be of help.
If you do use R2014b or later, please execute the following at the command window and try the same operations.
opengl software
If the issue is not going to be reproduced anymore, it's likely that the issue is caused by your graphics system.
  1 Comment
VG
VG on 28 Sep 2016
Thanks for your answer. Apparently the issue was caused by that specific figure itself, for other figures it works fine. Should probably have tested that before. Well, thank you anyways!

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!