How do I install MATLAB via the ISO?

Amadeus Bachmann

I am trying to install MATLAB R2010b to Ubuntu 12.04. I have the ISO file. First I copied it to my PC and then extracted it. Now it seems like I should run the install script. But I could not do that.

Here is the beginning of the install script to give you an opinion if it is not a script and I am doing something wrong:

#!/bin/sh
#
# Name:
#    install -  script file for invoking the Multi-platform installer on Linux.
#
#    Usage: install [-h|help]"
#                              [-javadir <directory>] | [-root <directory>] |"
#                              [-test] | [-v|-verbose]"
#                              -h|-help        - Display arguments."
#                              -test           - Don't actually run the java
#                                                command (only useful with -v)."
#                              -v|-verbose     - Display settings."
#                              -javadir <directory>       - Override default java     root directory."
#                              -root <directory>          - Override default DVD root directory."
#
#              The default settings when no override inputs are supplied are: "
#              -root = <directory containing this script>/../"
#              -javadir = <root>/java/jre/$ARCH/jre'
#
#
# Copyright 2009-2010 The MathWorks, Inc.

How can I run this script? I tried to rename it as install.sh and then tried

 $ ./install.sh

from the command window but I got the following error:

root@ghostrider:/home/zero/Downloads/R2010b_UNIX# ./install.sh 
Preparing installation files ...
Installing ...
./install.sh: line 562: /tmp/mathworks_7799/java/jre/glnx86/jre/bin/java: Permission     denied
Finished

Am I doing something wrong? Could you please help me?

Regards

Jorge Castro

You need to mount an ISO and then install it according to the set up instructions:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How do I install this github package via Git Bash (amazon-crawler)

From Dev

How do I install MELPA packages via El-Get?

From Dev

How do I install modernizr 3 via rails-assets?

From Dev

How do I configure CircleCI to not install Python dependencies, via circle.yml?

From Dev

How do I install MATLAB R2012a?

From Dev

How do I install the latest version of Matlab?

From Dev

How do I install MATLAB via the ISO?

From Dev

How do I install a .deb file via the command line?

From Dev

How do I install Ubuntu on a VirtualBox client from an ISO image?

From Dev

How do I install MATLAB R2012a?

From Dev

How do I install the latest version of Matlab?

From Dev

How do I install a .deb file via the command line?

From Dev

How do I split up a large .iso file across multiple DVDs via command line tools?

From Dev

How do I determine if an ISO is a hybrid?

From Dev

How do I update an ISO with zsync?

From Dev

How to install ISO file?

From Dev

How do I install MELPA packages via El-Get?

From Dev

Seaside - How do I install Scriptaculous on a clean Seaside install (via Configuration Browser) on Pharo?

From Dev

How do I install older programs located on older ISO distros?

From Dev

How can I mount an ISO via PowerShell/programmatically?

From Dev

how to install a toolbox to matlab if I do not have administrative authorization

From Dev

How do I format a medium as an ISO

From Dev

How do I install a live ISO on an SD card so it boots anywhere?

From Dev

How do I install dselect package via terminal?

From Dev

How do you extract/install from an .iso file?

From Dev

How do I extract an ISO file?

From Dev

How do I install a plugin in Audacity installed via snap?

From Dev

How do I create a Ubuntu Focal Auto Install Server .ISO image

From Dev

How do I convert between .pbp and .iso?

Related Related

  1. 1

    How do I install this github package via Git Bash (amazon-crawler)

  2. 2

    How do I install MELPA packages via El-Get?

  3. 3

    How do I install modernizr 3 via rails-assets?

  4. 4

    How do I configure CircleCI to not install Python dependencies, via circle.yml?

  5. 5

    How do I install MATLAB R2012a?

  6. 6

    How do I install the latest version of Matlab?

  7. 7

    How do I install MATLAB via the ISO?

  8. 8

    How do I install a .deb file via the command line?

  9. 9

    How do I install Ubuntu on a VirtualBox client from an ISO image?

  10. 10

    How do I install MATLAB R2012a?

  11. 11

    How do I install the latest version of Matlab?

  12. 12

    How do I install a .deb file via the command line?

  13. 13

    How do I split up a large .iso file across multiple DVDs via command line tools?

  14. 14

    How do I determine if an ISO is a hybrid?

  15. 15

    How do I update an ISO with zsync?

  16. 16

    How to install ISO file?

  17. 17

    How do I install MELPA packages via El-Get?

  18. 18

    Seaside - How do I install Scriptaculous on a clean Seaside install (via Configuration Browser) on Pharo?

  19. 19

    How do I install older programs located on older ISO distros?

  20. 20

    How can I mount an ISO via PowerShell/programmatically?

  21. 21

    how to install a toolbox to matlab if I do not have administrative authorization

  22. 22

    How do I format a medium as an ISO

  23. 23

    How do I install a live ISO on an SD card so it boots anywhere?

  24. 24

    How do I install dselect package via terminal?

  25. 25

    How do you extract/install from an .iso file?

  26. 26

    How do I extract an ISO file?

  27. 27

    How do I install a plugin in Audacity installed via snap?

  28. 28

    How do I create a Ubuntu Focal Auto Install Server .ISO image

  29. 29

    How do I convert between .pbp and .iso?

HotTag

Archive