Matlab Presentation 204

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

SEMINAR ON

SUMMER TRAINING ON MATLAB


SOFTWARE
DEPARTMENT OF CHEMICAL ENGINEERING

BY- ANUSHKA SRIVASTAVA


CSJMA22001390204
Innovation of MATLAB:
➢ MATLAB was developed by Math works, which was originally created to
provide technical computing. It integrates computation, visualization, and
programming in an easy-to-use environment where problems and
solutions are expressed in familiar mathematical notation.
➢ MATLAB was invented in the late 1970s by Cleve Molar(Chairman of
Computer Science department of the university of new matrix).
➢ MATLAB stands for MATrix LABoratory. It was originally designed for
solving linear algebra type problems using matrices.
➢ The environment is command oriented somewhat like unix . A prompt
appears on the screen and a MATLAB statement can be entered.
➢ It also contains functions for 2-D & 3-D graphics and animation.
➢ It provides functions for integrating MATLAB based algorithms with
external applications and languages such as C, Java, .NET and
Microsoft Excel.
USES OF MATLAB:
MATLAB is widely used as a computational tool in science and engineering
encompassing the fields of physics, chemistry, math and all engineering streams. It is
used in a range of applications including −
• Signal Processing and Communications
• Image and Video Processing
• Control Systems
• Test and Measurement
• Computational Finance
• Computational Biology
Variables:
A variable in simple terms is a storage place that has some memory allocated to it.
Basically, a variable used to store some form of data. Different types of variables
require different amounts of memory .
TYPES OF VARIABLES:
1. STRING VARIABLE.
2. LOGICAL VARIABLE.
3. NUMERICAL VARIABLE
By using WHO command we can know all the variables.
By using WHOS we can get info about the data stored in the variable.
OPERATIONS ON MATRICES:

Basic and commonly used matrix operations −


■ Addition and subtraction
■ Cross and dot product
■ Transpose of a matrices
■ Determinant of matrices
■ Inverse of matrices
■ Shifting of matrices
■ Sorting of matrices
■ Concatenating matrices
INTERACTING WITH MATLAB GRAPHICS
Conclusion:
MATLAB is a standard software package that engineering students learn to use as part
of their degree programme. They develop transferrable skills, e.g. problem solving and
communication, through learning to use such software, which are best acquired by
hands-on experience.
THANKYOU..!!

You might also like