0% found this document useful (0 votes)
41 views

An Introduction To MATLAB: Presented by T.S.L.V.Ayyarao

MATLAB is a high-performance technical computing language developed in the 1970s by Cleve Moler that integrates computation, visualization, and programming. It is relatively easy to learn, optimized for matrix operations, and can function as both a calculator and programming language with powerful built-in routines. However, MATLAB is not a general purpose language, is interpreted rather than compiled so slower than languages like C++, and has commands specific to MATLAB usage. For students, MATLAB is useful for analyzing system dynamics, solving equations, projects, and research.

Uploaded by

AR-T
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

An Introduction To MATLAB: Presented by T.S.L.V.Ayyarao

MATLAB is a high-performance technical computing language developed in the 1970s by Cleve Moler that integrates computation, visualization, and programming. It is relatively easy to learn, optimized for matrix operations, and can function as both a calculator and programming language with powerful built-in routines. However, MATLAB is not a general purpose language, is interpreted rather than compiled so slower than languages like C++, and has commands specific to MATLAB usage. For students, MATLAB is useful for analyzing system dynamics, solving equations, projects, and research.

Uploaded by

AR-T
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

An Introduction to MATLAB

Presented by
T.S.L.V.Ayyarao

Outine

What is MATLAB?
Strengths of MATLAB
Weakness of MATLAB
How is it useful to students

What is MATLAB?
MATLAB stands for MATrix LABoratory
Developed primarily by Cleve Moler
in the 1970s.
Matlab is a high performance
language for technical computation.
It integrates computation,
visualization and programming
environment.

Strengths of MATLAB
MATLAB is relatively easy to
learn.
MATLAB code is optimized to
be relatively quick when
performing matrix operations.
MATLAB may behave like a
calculator or as a
programming language.
MATLAB has powerful built in
routines

Weakness of MATLAB
MATLAB is not a general
purpose programming
language
MATLAB is an interpreted
language, slower than
complied language like C+
+
MATLAB command are
specific for MATLAB usage

How is it useful to students


System dynamics can be
analyzed very easily
Messy equations can be
solved very easily
Can do projects
Can do research

You might also like