2

Possible Duplicate:
Add Matlab to main menu

Hello,

I am trying to install MATLAB. I got it installed, but I am having a hard time getting the launcher icon to work using the instructions from here. I get a icon in my Applications > Programming taskbar but when I click the Matlab launcher icon, it gives me an error saying:

Could not launch 'MATLAB R2010a'
Failed to execute child process
"matlab" (No such file or directory)

How can I fix this? As an alternative route, is there another way to launch matlab without the MATLAB launcher icon?

Thanks! :)

O_O
  • 193

2 Answers2

2

As you said typing matlab doesn't work. I use it this way:

  1. change to MATLAB current folder

    cd Documents/MATLAB
    
  2. then, where I have my MATLAB installed:

    sh
    /home/my_name/Applications/R2010a/bin/matlab
    
amc
  • 7,292
Chethan S.
  • 2,874
0

Try to put this in launcher:

/usr/local/MATLAB/R2010a/bin/matlab -desktop

(or just change the root to your installation folder and put /matlab -desktop)

you can read more information here:

Add Matlab to main menu

Vassilis
  • 2,957