Install matlab in Centos
First of all, let's take a look at what Matlab is a commercial mathematical software developed by MathWorks. It is used for algorithm development, data visualization, data analysis, and advanced computing languages and interactive environments for numerical computing, it mainly includes two parts: MATLAB and Simulink. MATLAB is a combination of matrix and laboratory, meaning matrix factory (matrix Lab ). It is a high-tech computing environment released by mathworks, which mainly targets scientific computing, visualization, and interactive programming. It integrates many powerful functions such as numerical analysis, matrix computing, scientific data visualization, and modeling and simulation of nonlinear dynamic systems in an easy-to-use Windows environment, it provides a comprehensive solution for scientific research, engineering design, and many scientific fields that require effective numerical calculation, it has largely escaped the editing mode of traditional non-interactive programming languages (such as C and Fortran), representing the advanced level of scientific computing software today. MATLAB, Mathematica, and Maple are also known as the three major mathematical software. It is second to none in the field of numerical computing in the application software of mathematical science and technology. MATLAB can perform matrix operations, draw functions and data, implement algorithms, create user interfaces, and connect programs in other programming languages, it is mainly used in engineering computing, control design, signal processing and communication, image processing, signal detection, financial modeling design and analysis, and other fields. The basic data unit of MATLAB is a matrix. Its command expression is very similar to the commonly used forms in mathematics and engineering. Therefore, it is better to use MATLAB to solve problems than to use C, FORTRAN and other languages are much simpler to accomplish the same thing, and MATLAB also absorbs the advantages of software such as Maple, making MATLAB a powerful mathematical software. Added support for C, FORTRAN, C ++, and JAVA in the new version. So how to install it in Centos, here is the server version: http://www.linuxdown.net/centos/2014/1029/3417.htmlfirst download MATLAB here to give you a connection: ed2k: // | file | [% E7 % 9F % A9 % E9 % 98% B5 % E5 % AE % 9E % E9 % AA % 8C % E5 % AE % A4]. TLF-SOFT-Mathworks.Matlab.R2010b.UNIX.ISO-TBE.iso | 4886540288 | C00B82DFE472A7C833B068C690F2DAB3 |/
2. open the terminal, enter sudo mkdir/mnt/temp (create a temporary folder to store the loaded iso file), and then enter sudo mount-o loop/path/Matlab. r2010a. UNIX.ISO-TBE. iso/mnt/temp (the Green Path is where the matlab iso file is located), press enter and load the image file. 3. Create a folder for installing matlab (you can decide the location by yourself, but remember that it will be used later, for example:/usr/local/matlab ). Run the CREATE Command sudo mkdir/usr/local/MATLAB 4. Start to install sudo/mnt/temp/install. A graphical installation interface similar to that installed in windows is displayed, enter the serial number in the install file in the/mnt/temp/crack folder. Select the installation path for the folder you created in step 3. When the installation is close to the end, you will be asked if you need to activate the service. If you want to activate the service without network connection, select the lic_standalone.dat file in the/mnt/temp/crack folder. Activated successfully! 5. Uninstall the image file after installation. Sudo umount/mnt/temp ============================ the installation has been completed successfully, next, how to start ======================/// start on the terminal, enter the installation path of matlab, enter the bin folder, and enter in the terminal. /matlab