an introduction to matlab

6
An Introduction to MATLAB Presented by T.S.L.V.Ayyarao

Upload: ayyarao1

Post on 14-Dec-2015

214 views

Category:

Documents


1 download

DESCRIPTION

An Introduction to MATLAB

TRANSCRIPT

Page 1: An Introduction to MATLAB

An Introduction to MATLAB

Presented byT.S.L.V.Ayyarao

Page 2: An Introduction to MATLAB

Outine

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

Page 3: An Introduction to MATLAB

What is MATLAB?

MATLAB stands for MATrix LABoratory• Developed primarily by Cleve Moler in the

1970’s.• Matlab is a high performance language for

technical computation.• It integrates computation, visualization and

programming environment.

Page 4: An Introduction to MATLAB

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

Page 5: An Introduction to MATLAB

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

Page 6: An Introduction to MATLAB

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