Matlab 2012b on Windows 8?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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!
0 Commenti
Risposta accettata
Sean de Wolski
il 13 Feb 2013
Hi Razvan,
We have a few people here in my department using it and we haven't noticed any issues.
0 Commenti
Più risposte (2)
Image Analyst
il 14 Dic 2012
Modificato: Image Analyst
il 14 Dic 2012
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.)
0 Commenti
Jonas
il 13 Feb 2013
Modificato: Jonas
il 13 Feb 2013
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 Commenti
Sean de Wolski
il 13 Feb 2013
@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
il 14 Feb 2013
Modificato: Jonas
il 14 Feb 2013
@ 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!)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!