Thread Subject: Problem with Matlab on Ubuntu Linux

Subject: Problem with Matlab on Ubuntu Linux

From: Amogh Rajanna

Date: 20 Aug, 2009 06:27:03

Message: 1 of 7

Hello Newsgroup

i have installed MATLAB on Ubuntu Linux.
But there is a problem with the installation.
When i type in matlab from the command prompt, MATLAB starts up & command window appears.
But the Standard Menu bar, Tool bar are NOT visible.
WHen i open the Editor, Figure window, Array Editor etc, the Standard Menu bar, Tool bar in these windows also are NOT visible. But when i dock the Editor, Figure window, Array Editor etc into the main window, the Standard Menu bar, Tool bar in these windows will become visible.

I don't understand what's happening.
Does anyone know what's going on & can suggest some solutions.
Please any help will be appreciated.

Thanks in advance
AMogh Rajanna

Subject: Problem with Matlab on Ubuntu Linux

From: Aurelien Queffurust

Date: 20 Aug, 2009 08:05:20

Message: 2 of 7

"Amogh Rajanna" <raja0088@umn.edu> wrote in message <h6iqbn$e66$1@fred.mathworks.com>...
> Hello Newsgroup
>
> i have installed MATLAB on Ubuntu Linux.
> But there is a problem with the installation.
> When i type in matlab from the command prompt, MATLAB starts up & command window appears.
> But the Standard Menu bar, Tool bar are NOT visible.
> WHen i open the Editor, Figure window, Array Editor etc, the Standard Menu bar, Tool bar in these windows also are NOT visible. But when i dock the Editor, Figure window, Array Editor etc into the main window, the Standard Menu bar, Tool bar in these windows will become visible.
>
> I don't understand what's happening.
> Does anyone know what's going on & can suggest some solutions.
> Please any help will be appreciated.
>
> Thanks in advance
> AMogh Rajanna

It semms that this issue is due to a bug in a video driver in Ubuntu.
Reading this solution may help you:
Why do I have issues with my MATLAB desktop on Ubuntu 9.04?
http://www.mathworks.com/support/solutions/en/data/1-A458TE/?solution=1-A458TE

Subject: Problem with Matlab on Ubuntu Linux

From: Amogh Rajanna

Date: 24 Aug, 2009 01:02:03

Message: 3 of 7

Thanks for the reply. But the solution suggested in
http://www.mathworks.com/support/solutions/en/data/1-A458TE/?solution=1-A458TE

does not help. I still have problems with Matlab desktop, Editor window, figure window, array editor window.
The menu bars, toolbars etc on any of these windows are not visible, BUT if i click on the menu bar items, toolbar items, then relevant text/dialog box seems to pop-up.

But if i dock any of these windows, they become visible. If i undock them again, they become invisible .
I don't understand how this works.
I am using 32-bit Ubuntu 9.04
Hope somebody has an idea on how to resolve this issue.

Thanks in advance

"Aurelien Queffurust" <tug83@yahoo.fr> wrote in message <h6j040$eho$1@fred.mathworks.com>...
> "Amogh Rajanna" <raja0088@umn.edu> wrote in message <h6iqbn$e66$1@fred.mathworks.com>...
> > Hello Newsgroup
> >
> > i have installed MATLAB on Ubuntu Linux.
> > But there is a problem with the installation.
> > When i type in matlab from the command prompt, MATLAB starts up & command window appears.
> > But the Standard Menu bar, Tool bar are NOT visible.
> > WHen i open the Editor, Figure window, Array Editor etc, the Standard Menu bar, Tool bar in these windows also are NOT visible. But when i dock the Editor, Figure window, Array Editor etc into the main window, the Standard Menu bar, Tool bar in these windows will become visible.
> >
> > I don't understand what's happening.
> > Does anyone know what's going on & can suggest some solutions.
> > Please any help will be appreciated.
> >
> > Thanks in advance
> > AMogh Rajanna
>
> It semms that this issue is due to a bug in a video driver in Ubuntu.
> Reading this solution may help you:
> Why do I have issues with my MATLAB desktop on Ubuntu 9.04?
> http://www.mathworks.com/support/solutions/en/data/1-A458TE/?solution=1-A458TE

Subject: Problem with Matlab on Ubuntu Linux

From: Jonathan Rossel

Date: 31 Aug, 2009 13:50:17

Message: 4 of 7

I had similar issues with GUIs and just had to deactivate visual effects on windows to get it to work properly. More precisely:

Working on Matlab's GUIs might be problematic under Ubuntu (overlapping text boxes, black boxes everywhere, etc). If this is the case, deactivate any effect on windows: System -> Preferences -> Appearance -> Visual effects -> "None".

Subject: Problem with Matlab on Ubuntu Linux

From: Avinash Parnandi

Date: 7 Sep, 2009 17:17:20

Message: 5 of 7

"Amogh Rajanna" <raja0088@umn.edu> wrote in message <h6iqbn$e66$1@fred.mathworks.com>...
> Hello Newsgroup
>
> i have installed MATLAB on Ubuntu Linux.
> But there is a problem with the installation.
> When i type in matlab from the command prompt, MATLAB starts up & command window appears.
> But the Standard Menu bar, Tool bar are NOT visible.
> WHen i open the Editor, Figure window, Array Editor etc, the Standard Menu bar, Tool bar in these windows also are NOT visible. But when i dock the Editor, Figure window, Array Editor etc into the main window, the Standard Menu bar, Tool bar in these windows will become visible.
>
> I don't understand what's happening.
> Does anyone know what's going on & can suggest some solutions.
> Please any help will be appreciated.
>
> Thanks in advance
> AMogh Rajanna


Try this:
for getting the toolbars
1. Open the executable Matlab script, ~/matlab/bin/matlab in gedit. 2. Copy and paste "export AWT_TOOLKIT=MToolkit" into the first line of the file.
3. Save the file. Close the terminal and restart.

Avinash Parnandi
http://robotics.usc.edu/~parnandi/

Subject: Problem with Matlab on Ubuntu Linux

From: Avinash Parnandi

Date: 7 Sep, 2009 17:17:21

Message: 6 of 7

"Amogh Rajanna" <raja0088@umn.edu> wrote in message <h6iqbn$e66$1@fred.mathworks.com>...
> Hello Newsgroup
>
> i have installed MATLAB on Ubuntu Linux.
> But there is a problem with the installation.
> When i type in matlab from the command prompt, MATLAB starts up & command window appears.
> But the Standard Menu bar, Tool bar are NOT visible.
> WHen i open the Editor, Figure window, Array Editor etc, the Standard Menu bar, Tool bar in these windows also are NOT visible. But when i dock the Editor, Figure window, Array Editor etc into the main window, the Standard Menu bar, Tool bar in these windows will become visible.
>
> I don't understand what's happening.
> Does anyone know what's going on & can suggest some solutions.
> Please any help will be appreciated.
>
> Thanks in advance
> AMogh Rajanna


Try this:
for getting the toolbars
1. Open the executable Matlab script, ~/matlab/bin/matlab in gedit. 2. Copy and paste "export AWT_TOOLKIT=MToolkit" into the first line of the file.
3. Save the file. Close the terminal and restart.

Avinash Parnandi
http://robotics.usc.edu/~parnandi/

Subject: Problem with Matlab on Ubuntu Linux

From: Stefan

Date: 30 Oct, 2009 22:27:01

Message: 7 of 7

this worked perfectly for my wih Matlab R2007a under Ubuntu 9.10

Best
Stefan

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
matlab on ubunt... Amogh Rajanna 23 Aug, 2009 21:04:03
matlab on linux Amogh Rajanna 20 Aug, 2009 02:29:07
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com