installing MATLAB in Linux

Source: Internet
Author: User
Tags rar

Because the requirements of the experiment require the installation of MATLAB on the server. Download and install the next, record something.

The first is to download, find a long time to find a reliable. Links are: http://bbs.feng.com/read-htm-tid-6280022.html. Click on the last one, the proposed use of Baidu Cloud network disk download, but also for a few hours, my average speed 500kb/s. Because it is downloaded natively in Windows system, it is not free to use the mobile hard drive and SSH to complete the transfer. Enter a host name for the user name connection. Click New File transfer window to select the files you want to transfer or drag them directly into the file. Wait for the file to be transferred. Board the server, note that you want to use root permissions. The specific installation process links have, not tired slips. Here are some of the main problems encountered (I am a novice Linux).

1 Extracting files

. tar
Unpacking: Tar xvf Filename.tar
Package: Tar cvf filename.tar DirName
(Note: Tar is packaged, not compressed!) )
———————————————
. gz
Decompression 1:gunzip filename.gz
Decompression 2:gzip-d filename.gz
Compression: gzip FileName

. tar.gz and. tgz
Decompression: Tar zxvf FileName.tar.gz
Compression: Tar zcvf FileName.tar.gz DirName
———————————————
. bz2
Decompression 1:bzip2-d filename.bz2
Decompression 2:BUNZIP2 filename.bz2
Compression: Bzip2-z FileName

. tar.bz2
Decompression: Tar jxvf FileName.tar.bz2
Compression: Tar jcvf FileName.tar.bz2 DirName
———————————————
. BZ
Decompression 1:bzip2-d filename.bz
Decompression 2:BUNZIP2 filename.bz
Compression: Unknown

. tar.bz
Decompression: Tar jxvf FileName.tar.bz
Compression: Unknown
———————————————
. Z
Decompression: uncompress filename.z
Compression: Compress FileName
. Tar. Z

Decompression: Tar zxvf filename.tar.z
Compression: Tar zcvf filename.tar.z DirName
———————————————
. zip
Decompression: Unzip Filename.zip
Compression: Zip Filename.zip DirName
———————————————
. rar
Decompression: rar x Filename.rar
Compression: rar a Filename.rar DirName
———————————————
. Lha
Decompression: Lha-e Filename.lha
Compression: Lha-a Filename.lha FileName
———————————————
. rpm
Unpacking: Rpm2cpio filename.rpm | Cpio-div
———————————————
. deb
Unpacking: ar p filename.deb data.tar.gz | Tar zxf-
———————————————
. Tar. tgz. tar.gz. Tar. Z. tar.bz. tar.bz2. zip. cpio. Arj. rar. Ace. Lha. Lzh. Lzx. Lzs., Arc. SDA. SFX. Lnx. Zoo. cab. Kar. cpt. P it. Sit. Sea
Decompression: sEx x filename.*
Compression: SEx a filename.* FileName

What we're using here is decompression. rar and. iso. The problem should be extracted directly with the above instructions, should use # Unrar e all.rar This command is to extract all the files in the All.rar. As for. Iso,sudo Mount Matlab.iso/mnt then browse/mnt in File Manager.

2 Installing the Times wrong

Eval:1:/tmp/mathworks_15227/java/jre/glnxa64/jre/bin/java:permission denied

Unable to find the appropriate file in the file directory, solution: From the installation package, CD to Sys/java/jre/xxx/jre/bin directory. (XXX is glnxa64)
chmod a+x *
Perform the installation again.

installing MATLAB in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.