Page 6 of 6 FirstFirst ... 456
Results 51 to 56 of 56

Thread: Matlab 7 R14.3 install on Ubuntu 32bit

  1. #51
    Join Date
    Oct 2007
    Beans
    9

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    Quote Originally Posted by skywatcher View Post
    The MATLAB installation instructions are correct in every detail except for one thing: On Ubuntu Linux your installation CD/DVD is automatically mounted in read-only mode, so the install script cannot run. What you have to do is this:

    Insert the CD/DVD and let it mount, then unmount it manually:

    Code:
    umount /media/cdrom
    Following this, re-mount it:

    Code:
    sudo mount -t iso9660 /dev/cdrom /media/cdrom
    Check that the CD/DVD is mounted with execute permission:

    Code:
    cd /media/cdrom
    ls -la
    Then cd back to your install directory and continue with the installation. If you're installing from a DVD, you only have to carry out the above steps once -- if you're installing from CDs, you have to remount everytime you change the disk. Alternatively, you could change /etc/fstab to always mount in execute mode.

    Hope this helps.
    Thank you very much. This did the trick.

  2. #52
    Join Date
    Sep 2008
    Beans
    14

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    hi
    I download matlab from mathwork to the fold on my ubuntu desktop. Which file should I choose to install matlab on ubuntu and what's the command?

    thanks ahead
    frank

  3. #53
    Join Date
    Jun 2007
    Location
    Melbourne, Australia
    Beans
    1,171

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    Open a terminal and sudo to root:
    Code:
    sudo -i
    Then change to the directory you're keeping the files and run the install script in the folder.
    Code:
    cd /home/<your-username>/Desktop/<foldername>/
    ./install

  4. #54
    Join Date
    Apr 2009
    Beans
    1

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    Hello.
    I am russian...bad english

    Permission denied problem solved.
    Symply install matlab to root file system (example /opt/matlab;/dev/sda1...root).
    If i install matlab to user filesystem (/mnt/data; /dev/sda4), i recive "permission denied".

    At all.
    Best regards.

  5. #55
    Join Date
    Dec 2008
    Beans
    125

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    ok with the help of another thread i was able to install matlab using an iso file.the installation was sucessful and a matlab folder was created in my home folder.the problem is i cannot find a way to launch it.googling did not help.can u help?is there no other graphical way i can launch an installed application?

  6. #56
    Join Date
    May 2008
    Beans
    1

    Re: Matlab 7 R14.3 install on Ubuntu 32bit

    Hi folks.

    I'm with problem at installation of Matlab 7 R14 on Ubuntu 11.04.
    When in ask for the cd 2, I specified the dir where is the cd 2, but it ask again for de cd2. It doesnt reconize the cd2, and doesnt show any error!

    Can anyone help me?

Page 6 of 6 FirstFirst ... 456

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •