필터 지우기
필터 지우기

Matlab 2012b on Windows 8?

조회 수: 4 (최근 30일)
Razvan
Razvan 2012년 12월 14일
Hi,
I want to update my OS to Windows 8 but I would like to know first if anyone noticed any issues in Matlab on Windows 8. Are there any known bugs? Also is there any noticeable change in processing speed?
Thanks!

채택된 답변

Sean de Wolski
Sean de Wolski 2013년 2월 13일
Hi Razvan,
We have a few people here in my department using it and we haven't noticed any issues.

추가 답변 (2개)

Image Analyst
Image Analyst 2012년 12월 14일
편집: Image Analyst 2012년 12월 14일
You can inspect bug reports yourself: http://www.mathworks.com/support/bugreports/search_results. None of the 250 bugs listed specifically mention Windows 8. (And luckily there are none listed for the Image Processing Toolbox either.)

Jonas
Jonas 2013년 2월 13일
편집: Jonas 2013년 2월 13일
I just installed it on a windows 8 machine... And I have bugs with figures (figures with subplots and colorbars, and the numbers (on the axis) are written numerous times, whereas I just use normal commands:
subplot(3,1,1)
pcolor(Z)
shading interp
caxis([0,1e7])
colorbar
title('Raw chrmtgm')
I don't know if any one has a solution?) (But interestingly, this seems to be a display problem, when I save it (using "print"), it gives a normal looking figure) (but I noticed that this matlab version is not said to be windows 8 compatible... Maybe the next one will?) It's a pity, before I used matlab on Ubuntu 12.04 and was there unable to modify the size of the legends/axis labels (everything was so small it wasn't legible)...
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2013년 2월 13일
@Jonas, these sound like typical OpenGL rendering issues unrelated to OS but more related to the graphics drivers. First update your graphics drivers, if that doesn't work try using:
>>opengl software
Or switching the renderer to one of the others.
Jonas
Jonas 2013년 2월 14일
편집: Jonas 2013년 2월 14일
@ Razvan: apparently you have the same problem as me, as described by Wolski; it used to work just fine on Windows XP, and without numerous numbers (just too small when saving) on Ubuntu 12.04. And after doing what Wolski suggested it's working just fine on Windows 8 too.
@ Wolski: thank you very much! This solved the problem (updating the graphics drivers didn't work, but using just the command "opengl software" in matlab solved the issue!)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by