LAB # 01 Introduction To MATLAB & Basic Commands
LAB # 01 Introduction To MATLAB & Basic Commands
Introduction to MATLAB
SALEEM KHAN(010)
HIZBULLAH KHAN(016)
Lab Objective:
The objective of this lab is to get familiar with MATLAB environment and implement some basic
commands in MATLAB.
introduction:
MATLAB (short for MATrix LABoratory) is a platform (program) organized for optimized engineering
programming and scientific calculations. The MATLAB program implements the MATLAB programming
language and provides an extensive library of predefined functions and make technical programming
tasks easier and more efficient. MATLAB has incredibly large variety of functions and toolkits with more
functions and various specialties.
1. Ease of Use.
2. Platform Independence.
3. Predefined Functions
The only disadvantage of MATLAB is that it is an interpreted language rather than complied
language.Because of the same reason the it executes more slowly than compiled languages such as C, C+
+.
CONCLUSION:
In this lab we have understand how to make sclar and vector and also we do arithimatic operation on
matrices like addition,subtraction,division,multiplication etc.