MATLAB

MATLAB is an integrated technical computing environment that combines numeric computation, advanced graphics and visualization, and a high-level programming language.

MATLAB includes hundreds of functions for:


In which systems is MATLAB available ?

MATLAB (Version 7.11) is currently available in all the Linux Workstations on SERC floor . In addition, Older version of MATLAB (Version 6.1) is still available on  SUN, COMPAQ Servers on SERC floor. You can use MATLAB from a ascii terminal, but an X-window system will support more graphic displays.

How to invoke MATLAB ?

     Path for matlab-7.11 is /home/pkg/lic/matlab-7.11/bin

        For C-shell:
                    set  path=(/home/pkg/lic/matlab-7.11/bin   $path)
        For ksh or bash:
                   export PATH=/home/pkg/lic/matlab-7.11/bin:$PATH

Path for matlab-6.1 is /home/pkg/lic/matlab-6.1/bin

        For C-shell:
                    set  path=(/home/pkg/lic/matlab-6.1/bin   $path)
        For ksh or bash:
                   export PATH=/home/pkg/lic/matlab-6.1/bin:$PATH
How to Install MATLAB-7.11 on my department machine ?

     
System Requirements
       
      Installation Guide

What are all Tool boxs available in MATLAB-7.11 ?

TOOL BOX
Version
MATLAB
7.11
SIMULINK
7.6
Communications Toolbox
4.6
Control System Toolbox
9.0
Financial Toolbox
3.8
Fixed-Point Toolbox
3.2
Fuzzy Logic Toolbox
2.2.12
Image Processing Toolbox
7.1
MATLAB Compiler
4.14
Neural Network Toolbox
7.0
Optimization Toolbox
5.1
Partial Differential Equation Toolbox
1.0.17
Robust Control Toolbox
3.5
Signal Processing Blockset
7.1
Signal Processing Toolbox
6.14
Simulink Control Design
3.2
Simulink Fixed Point
6.4
Simulink Design Optimization
1.2
Curve Fitting Toolbox
3.0
Statistics Toolbox
7.4
Symbolic Math Toolbox
5.5
System Identification Toolbox
7.4.1
Wavelet Toolbox
4.6

      

Where do I get help ?

MATLAB is an interactive programme with on-line help. To get an overview of MATLAB type intro from the MATLAB prompt. The help command tells you the topics (directories) available in MATLAB. The command help directory_name or help function_name gives more detailed help about the directory or the function. You can also look for a particular topic by typing lookfor topic.

Several copies of MATLAB, MATLAB/SIMULINK and MATLAB/TOOLBOX manuals are also available in SERC library.

Beginners may go through a on-line course on Engineering Computation with MATLAB for a quick introduction.

For further assistance, please contact HelpDesk@SERC by E-mail or phone (#444 within SERC).
 

==========
Comments/Suggestions to Webmaster, SERC