/build/static/layout/Breadcrumb_cap_w.png

MathWorks Matlab R2009b

Version: 7

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.7k  |  Created: 11/11/2009

Average Rating: 0
Matlab R2009b has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
1
Note
Create a batch file that first copies down the license.dat file to the local drive
and then runs "setup.exe -if installer.ini"
Installer.ini has to be edited, with entries like destination folder name, PLP
and location of the license.dat file
It works pretty well.

For the uninstall, run
"c:\program files\Matlabr2009b\uninstall\uninstall.exe" -if "c:\temp\uninstaller.ini"
The uninstaller.ini file is found in c:\program files\Matlabr2009b\uninstall along with uninstall.exe. The ini file needsto be edited.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
An automated windows installation of matlab is fairly painless, however that's not the case for the linux version. I contacted mathworks who told me that the linux version had no option for an automated install. In light of this, the following expect script answers all the questions matlab R2009b asks on install.

#!/usr/bin/expect
set timeout -1
spawn ./install -t
expect ">"
send "a\r"
expect "Enter the MATLAB root folder >*"
send "/usr/local/matlab/\r"
expect "Enter your File Installation Key >*"
send "your-serial-number\r"
expect "Enter a number to toggle installing*"
send "c\r"
expect "Do you want to create symbolic links*"
send "y\r"
expect "Enter the location for the links*"
send "\r"
expect "Enter the location of the license file >*"
send "/usr/local/matlab/license.dat\r"
expect "Begin Installation*"
send "y\r"

1) Install expect (under debian/ubuntu : "apt-get install expect")
2) paste the above script into matlab.exp
3) move the script to the directory in which you downloaded matlab (/tmp/matlab/unix)
4) make the script executable (chmod +x matlab.exp)
5) execute the script as root or sudo (sudo ./matlab.exp)
6) let it talk to itself for a while. Depending on the computer, this can take up to 15 minutes for a full install with all the toolboxes.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Matlab R2009b

Version

7

Questions & Answers (0)

Questions & Answers related to MathWorks Matlab R2009b

Blogs (0)

Blog posts related to MathWorks Matlab R2009b

Reviews (0)

Reviews related to MathWorks Matlab R2009b

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ