Installing 64-bit Matlab on Linux

Jurjen Bokma

August 2008


[Note]Note

The Installation Manual at the MathWorks site is sound. Follow the preparatory steps below, then follow that link.

Procedure 53.  The installation of Matlab on Linux step by step
  1. ssh user@machine.domain.com


  2.   
        sudo mkdir /mnt/loop
        sudo mount -o loop,ro /tmp/MATHWORKS_R2008A_LIN_MAC_SUN.iso /mnt/loop
        cd /mnt/loop
      

  3. Follow the Installation Manual from Mathworks. It's much better than this one.