MATLAB is a numerical computing environment and fourth generation programming language. Developed by The MathWorks, MATLAB allows matrix manipulation, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs in other languages. MATLAB Simulink package adds graphical multi domain simulation and Model-based design for dynamic and embedded systems.
MATLAB is available in most CCM PC labs and Unix lab.
To install MATLAB on your PC, you may follow this Procedure:
Windows:
From Windows Start Menu: \\ccse-software\Applications\Programming\Matlab\
In this folder you can find the latest version of Matlab software. For installation, follow the steps provided in the document: \\ccse-software\Applications\Programming\Matlab\Matlab-R2016b\Howto\Matlab Installation Guide - R2016b.pdf
Unix:
Get the copy of the software from ccse-software.
Get the File Installation Key and license.lic file from ccse-software.
i. prompt> cd source_directory
ii. prompt>./install &
Select the Option, install without using internet.
Accept the license term.
Provide the File installation key.
Select type of installation, typical(recommended).
Provide the destination directory.
Provide the location of license file.
When the MathWorks installer finishes, it displays the Installation Complete dialog box. Click Finish to exit the installer.
Mounting an iso file in unix:
prompt> mount -o loop -t iso9660 filename.iso /mnt/iso (remember to create the directory /mnt/iso first)