0% found this document useful (0 votes)
40 views18 pages

Computer Application in Engineering Design: Lecture No 01 Engr. Aamir Arsalan

This document provides an overview of a course on using MATLAB for engineering design. It discusses course information like the instructor, prerequisites, policies, and grading. It also describes key MATLAB features like its interactive environment and functions for mathematics, graphics, and integrating with other languages. The document explains basics of MATLAB like array creation, matrix operations, and basic commands.

Uploaded by

zain ai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views18 pages

Computer Application in Engineering Design: Lecture No 01 Engr. Aamir Arsalan

This document provides an overview of a course on using MATLAB for engineering design. It discusses course information like the instructor, prerequisites, policies, and grading. It also describes key MATLAB features like its interactive environment and functions for mathematics, graphics, and integrating with other languages. The document explains basics of MATLAB like array creation, matrix operations, and basic commands.

Uploaded by

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

Computer

Application in
Engineering Design
LECTURE NO 01
ENGR. A AMIR ARSALAN

Course Information
Instructor:
Engr. Aamir Arsalan
Lab Engineer,
Department of Computer Engineering,
University of Engineering and Technology Taxila,
Pakistan.
Email:
[email protected]
Contact Hours:
Computing Lab, Ground Floor, CPED Monday from 12:00-13:00
and 14:00-15:00 hrs.

Nuts and Bolts


Prerequisites:
Computer Programming
Class Mailing List:
Provide your Name, Registration No. and Email

Course Policies
Grading:
Assignments 10%
Quizzes 10%
Midterm Exam 30%
Final Exam 50%
Exams:
Exams must be taken at scheduled time, no makeup exams
Class Tasks:
Bring your laptops along with you when coming for class.

Policies

Assignments:
Assigned this week, due following week before class time.
Assignments lose 25% credit per day late
Up to 3 students can collaborate and turn in one written
assignment
Collaboration means all collaborators work out all problems
together.
Attendance:
75% attendance is must for this course
If attendance < 75% you are not allowed in exams

MATLAB
MATLAB is a high-level language.
MATLAB has an interactive environment.
Computationally intensive tasks faster than with traditional
programming languages such as C, C++, and Fortran.

Key Features
High-level language for technical computing
Development environment for managing code, files, and data
Interactive tools for design and problem solving
Mathematical functions for linear algebra, statistics, Fourier analysis,
filtering, optimization, and numerical integration
2-D and 3-D graphics functions for visualizing data
Tools for building custom graphical user interfaces
Functions for integrating MATLAB based algorithms with external
applications and languages, such as C, C++, Fortran, Java, COM, and
Microsoft Excel

MATLAB Desktop

MATLAB Desktop
The desktop includes these panels:
Current Folder Access your files.
Command Window Enter commands at the command line, indicated by the
prompt (>>).
Workspace Explore data that you create or import from files.
Command History View or rerun commands that you entered at the
command line.

Command Window

Command History

Workspace

Current Folder

Basics of MATLAB
Array Creation
Row Vector Creation
Column Vector Creation
Matrix Creation
Matrix and Array Operations
Array Indexing

Basic MATLAB Commands


Few basic MATLAB Commands.
clc
clear
ones
zeros
eye
whos
lookfor

Basic MATLAB Commands


Few basic MATLAB Commands.
help
rand
magic
max
min
plot
length

Basic MATLAB Commands


Few basic MATLAB Commands.
disp
mean
std

Thank You!!!

You might also like