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

LAB # 01 Introduction To MATLAB & Basic Commands

The document introduces MATLAB by discussing its objective, introduction, advantages including ease of use and predefined functions, and disadvantages including being an interpreted language. It also covers basic MATLAB commands through a lab assignment involving scalars, vectors, and arithmetic operations on matrices.

Uploaded by

Umar Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

LAB # 01 Introduction To MATLAB & Basic Commands

The document introduces MATLAB by discussing its objective, introduction, advantages including ease of use and predefined functions, and disadvantages including being an interpreted language. It also covers basic MATLAB commands through a lab assignment involving scalars, vectors, and arithmetic operations on matrices.

Uploaded by

Umar Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

LAB # 01

Introduction to MATLAB

& Basic Commands


GROUP LEADER:WAQAR-UL-HASSAN(001)

GROUP MEMBER:UMAR KHAN(023)

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.

The Advantage of MATLAB:

Some of the advantages of MATLAB are:

1. Ease of Use.

2. Platform Independence.

3. Predefined Functions

4. Device independent plotting.

5. Graphical User Interface.

The disadvantages of MATLAB:

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.

You might also like