at first I thought compiz was the reason for this but it turns out that disabling compiz has no great effect.
after a lot of searching I found that the reason of the problem was Java !! … matlab didnt find the jre location therefore couldn't render the gui well,
so a the executing this simple command in your terminal solves the problem
note : you have to replace the path on the previous command with the correct path of the jre
2 comments:
nice .. i had similar problem too when installed matlab on linux..
anyhow i don't use, i'm usin scipy which is matlab-like library in python .. slower than matlab but it's in python :D
unfortunately we had to use matlab for the numerical assignment ...
there is also sage a complete matlab like application in python :D
http://www.sagemath.org/
Post a Comment