SlideShare a Scribd company logo
An Introduction to MatlabDr Andrew Wallace PhD BEng(hons) EurIngC-124a
OverviewThe command windowInputs and outputsM files
Current DirectoryCommand WindowCommand History
The Command WindowMatrix basedEntering a matrixa = [ 1 2 3; 4 5 6; 7 8 9]
The Command WindowBuilt in FunctionsSumTranspose (‘)Diag
The Command WindowLocating an element in a matrixa(i, j) (row i, column j):
The Command WindowEnd
The Command WindowBasic maths commands+  	addition- 	subtraction* 	multiplication/ 	division^	Power()	Precedence
The Command WindowAdding matricesa+ba(i,j) + b(i,j)MultiplicationA rows = b columns
The Command WindowElement by element operators.*./.^
The Command WindowCombining matricesConstruct a matrix with matrices inside it!b = [a, a; a, a]Deleting rows and columnsa(:, 2) = []a(1,:) = []
The Command WindowFormatControl the display formatshort or longrat or hexe or eng
The Command WindowEditing the command lineUse the Use command history
The Command Window:Creates arrays<start> : <end>Add spacing<start> : <spacing> : <end>
Inputs and Outputsfid = fopen(<file name>, ‘<read write access>')fprintf(fid, ‘<string>', <variables>)%s\t%d\n
The Command Window
Inputs and OutputsLoadLoads in data in either binary of ascii format
Inputs and OutputsLoading imagesimread(‘<filename’)
An introduction to matlab
Inputs and OutputsM filesCommandsAs you would type them into the command windowFile ends with “.m”Functions
Inputs and Outputsplot(x,y)Display graphsx=0:pi/100:2*pisin(x)
Inputs and OutputsAdding informationxlable and ylableBoth take a text argument ‘<text>’title(‘<name>’, [‘<property name>’], [value])PropertiesFontColour	legend(‘<text>’, ‘<text>’ …)Text for each data set
Inputs and OutputsLine stylesPlot(x, y, [‘<colour / style’])c, m, y, r, g, b, w, k‘-’,    	‘- -’, 	‘:’, 	‘- .’Marker types‘+’	‘o’	‘*’	‘x’	‘<‘	‘>’	‘^’ 	‘v’‘s’	‘d’ 	‘p’	‘h’plot(x,y,’k-s’)
Inputs and Outputs
Inputs and Outputsholdon or offAllows plotting to the current graph			[x,y,z]= peaks			contour(x,y,z,20,’k’)			hold onpcolour(x,y,z)			shading interp			hold off
Inputs and Outputs
Inputs and Outputs[x,y]=meshgrid(-8:.5:8);r=sqrt(x.^2+y.^2)+eps;z = sin(r)./r;mesh(x,y,z,'EdgeColor','black');
Inputs and Outputs
Inputs and Outputssurf(x,y,z)colormaphsvcolorbar
Inputs and Outputs
M FilesCommandsFunctionsLike a program fileFunction headersfunction [<outputs>] = FunctionName(<inputs>Function name = name of the fileFunctionName.m
M Filesfunction Wrist(VOnset, Dist)function [Max, Idx] = FindAllMax(Data, Offset)
M FilesBuilding blocksConditionalsIFSWITCHLoopsFORWHILECONTINUEBREAK
M FilesConditionalsIf <condition>	…else if <condition>	…else	…end
M Filesif NumOfMarkers < 10XYZData = PadOutData(XYZData, 						NumOfMarkers)Endif VelOnSet > YOnSetOnsetBk = VelOnSetelseOnsetBk = YOnSetend
M Filesswitch (<condition>)	case …		…	case …		…	otherwise		…end
M Filesswitch (rem(n,4)==0) + (rem(n,2)==0)	case 0 		M = odd_magic(n) 	case 1 		M = single_even_magic(n) 	case 2 		M = double_even_magic(n) 	otherwise 		error('This is impossible') end
M FilesLoopsForwhile
M Filesfor <index> = <start>:<end>	…endfor i = 1:length(XCoorHWL)	if XCoorHWLMax < XCoorHWL(i)XCoorHWLMax = XCoorHWL(i)        	XCoorHWLMaxIdx =  i	endend
M FilesWhile <condition>…endwhile (a < g_OnsetVel)VelOnSet = VelOnSet + 1    a = vel(VelOnSet)end
M FilesconditionFor loopNext iterationbreakExit earlytry	…catch exceptObj	…end
Questions?

More Related Content

What's hot (18)

PDF
Pandas,scipy,numpy cheatsheet
Dr. Volkan OBAN
 
PPT
Thesis PPT
Drew Ferkin
 
PPTX
USE OF PRINT IN PYTHON PART 2
vikram mahendra
 
DOCX
Ecs40 winter 2017 homework 3
JenniferBall44
 
PDF
Matlab graphics
pramodkumar1804
 
PDF
Essence of the iterator pattern
Markus Klink
 
PDF
3 R Tutorial Data Structure
Sakthi Dasans
 
PPTX
Unit 11. Graphics
Ashim Lamichhane
 
PDF
Type-level programming
Dmytro Mitin
 
PDF
Pandas pythonfordatascience
Nishant Upadhyay
 
PPT
Qno 2 (c)
Praveen M Jigajinni
 
PDF
C++ ARRAY WITH EXAMPLES
Farhan Ab Rahman
 
PDF
R Data Visualization Tutorial: Bar Plots
Rsquared Academy
 
PDF
R Programming: Numeric Functions In R
Rsquared Academy
 
PDF
Monad Fact #2
Philip Schwarz
 
PDF
Introduction to Data Science With R Lab Record
Lakshmi Sarvani Videla
 
PDF
Data Visualization With R: Learn To Modify Color Of Plots
Rsquared Academy
 
Pandas,scipy,numpy cheatsheet
Dr. Volkan OBAN
 
Thesis PPT
Drew Ferkin
 
USE OF PRINT IN PYTHON PART 2
vikram mahendra
 
Ecs40 winter 2017 homework 3
JenniferBall44
 
Matlab graphics
pramodkumar1804
 
Essence of the iterator pattern
Markus Klink
 
3 R Tutorial Data Structure
Sakthi Dasans
 
Unit 11. Graphics
Ashim Lamichhane
 
Type-level programming
Dmytro Mitin
 
Pandas pythonfordatascience
Nishant Upadhyay
 
C++ ARRAY WITH EXAMPLES
Farhan Ab Rahman
 
R Data Visualization Tutorial: Bar Plots
Rsquared Academy
 
R Programming: Numeric Functions In R
Rsquared Academy
 
Monad Fact #2
Philip Schwarz
 
Introduction to Data Science With R Lab Record
Lakshmi Sarvani Videla
 
Data Visualization With R: Learn To Modify Color Of Plots
Rsquared Academy
 

Viewers also liked (7)

PPTX
Emergancy
Dr. Andrew Wallace PhD
 
PPT
People, places and communities
Dr. Andrew Wallace PhD
 
PPTX
Hv mission
Dr. Andrew Wallace PhD
 
PPTX
Building a sustainable society (green party)
Dr. Andrew Wallace PhD
 
PPTX
Den brittiska och amerikanska erfarenheten
Dr. Andrew Wallace PhD
 
PPTX
Radio frequencies
Dr. Andrew Wallace PhD
 
PPTX
Wave probigation
Dr. Andrew Wallace PhD
 
People, places and communities
Dr. Andrew Wallace PhD
 
Building a sustainable society (green party)
Dr. Andrew Wallace PhD
 
Den brittiska och amerikanska erfarenheten
Dr. Andrew Wallace PhD
 
Radio frequencies
Dr. Andrew Wallace PhD
 
Wave probigation
Dr. Andrew Wallace PhD
 
Ad

Similar to An introduction to matlab (20)

PPT
Matlab Basic Tutorial
Muhammad Rizwan
 
PDF
Matlab commands
Tarun Gehlot
 
PDF
Matlab commands
avinashkumer
 
PPT
Introduction of MatLab
Imran Nawaz
 
PPTX
Introduction to scientific computing with matlab.pptx
CristianFloresMaldon
 
PPTX
Chap#0_Introducation_to_nsnsnnMATLAB.pptx
yassinebrh31
 
PPT
matlab_tutorial.ppt
SudhirNayak43
 
PPT
matlab_tutorial.ppt
KrishnaChaitanya139768
 
PPT
matlab_tutorial.ppt
ManasaChevula1
 
PDF
Commands list
PRAVEENKUMAR CHIKOTI
 
PPT
Learn Matlab
Abd El Kareem Ahmed
 
PDF
Introduction to matlab
BinodKumarSahu5
 
DOC
Matlab tut3
Vinnu Vinay
 
PPTX
From zero to MATLAB hero: Mastering the basics and beyond
MahuaPal6
 
DOCX
MATLAB BASICS
butest
 
PPTX
3_MATLAB Basics Introduction for Engineers .pptx
SungaleliYuen
 
PDF
Mat lab
Gizachew Kefelew
 
PPT
Matlab Tutorial.ppt
RaviMuthamala1
 
PPT
Introduction to matlab
Mohan Raj
 
Matlab Basic Tutorial
Muhammad Rizwan
 
Matlab commands
Tarun Gehlot
 
Matlab commands
avinashkumer
 
Introduction of MatLab
Imran Nawaz
 
Introduction to scientific computing with matlab.pptx
CristianFloresMaldon
 
Chap#0_Introducation_to_nsnsnnMATLAB.pptx
yassinebrh31
 
matlab_tutorial.ppt
SudhirNayak43
 
matlab_tutorial.ppt
KrishnaChaitanya139768
 
matlab_tutorial.ppt
ManasaChevula1
 
Commands list
PRAVEENKUMAR CHIKOTI
 
Learn Matlab
Abd El Kareem Ahmed
 
Introduction to matlab
BinodKumarSahu5
 
Matlab tut3
Vinnu Vinay
 
From zero to MATLAB hero: Mastering the basics and beyond
MahuaPal6
 
MATLAB BASICS
butest
 
3_MATLAB Basics Introduction for Engineers .pptx
SungaleliYuen
 
Matlab Tutorial.ppt
RaviMuthamala1
 
Introduction to matlab
Mohan Raj
 
Ad

More from Dr. Andrew Wallace PhD (20)

PPTX
Sweden join nato
Dr. Andrew Wallace PhD
 
PPTX
Rearming russia
Dr. Andrew Wallace PhD
 
PPTX
Conscription
Dr. Andrew Wallace PhD
 
PPTX
T 05 radio recivers
Dr. Andrew Wallace PhD
 
PPTX
R 06 radio frequencies
Dr. Andrew Wallace PhD
 
PPTX
T 02 components
Dr. Andrew Wallace PhD
 
PPTX
R 02 q codes
Dr. Andrew Wallace PhD
 
PPTX
T 01 electricity
Dr. Andrew Wallace PhD
 
PPTX
Amateur radio introduction
Dr. Andrew Wallace PhD
 
PPTX
R 01 letters
Dr. Andrew Wallace PhD
 
PPTX
The law and log books
Dr. Andrew Wallace PhD
 
PPTX
Electrical safty
Dr. Andrew Wallace PhD
 
PPTX
Radio interference
Dr. Andrew Wallace PhD
 
PPTX
Test equipment
Dr. Andrew Wallace PhD
 
PPTX
Abbreviations and call signs
Dr. Andrew Wallace PhD
 
PPTX
Radio recivers
Dr. Andrew Wallace PhD
 
PPTX
Building a sustainable society (green party)
Dr. Andrew Wallace PhD
 
PPTX
Building a sustainable society
Dr. Andrew Wallace PhD
 
PPT
Technocracy For A Sustanalbe Soc Nov 2008
Dr. Andrew Wallace PhD
 
Sweden join nato
Dr. Andrew Wallace PhD
 
Rearming russia
Dr. Andrew Wallace PhD
 
T 05 radio recivers
Dr. Andrew Wallace PhD
 
R 06 radio frequencies
Dr. Andrew Wallace PhD
 
T 02 components
Dr. Andrew Wallace PhD
 
T 01 electricity
Dr. Andrew Wallace PhD
 
Amateur radio introduction
Dr. Andrew Wallace PhD
 
The law and log books
Dr. Andrew Wallace PhD
 
Electrical safty
Dr. Andrew Wallace PhD
 
Radio interference
Dr. Andrew Wallace PhD
 
Test equipment
Dr. Andrew Wallace PhD
 
Abbreviations and call signs
Dr. Andrew Wallace PhD
 
Radio recivers
Dr. Andrew Wallace PhD
 
Building a sustainable society (green party)
Dr. Andrew Wallace PhD
 
Building a sustainable society
Dr. Andrew Wallace PhD
 
Technocracy For A Sustanalbe Soc Nov 2008
Dr. Andrew Wallace PhD
 

Recently uploaded (20)

PPTX
infertility, types,causes, impact, and management
Ritu480198
 
PPTX
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PDF
Council of Chalcedon Re-Examined
Smiling Lungs
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PPTX
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PPTX
PPT-Q1-WK-3-ENGLISH Revised Matatag Grade 3.pptx
reijhongidayawan02
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PPTX
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
PPTX
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PPTX
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PDF
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
PPTX
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
PDF
Introduction presentation of the patentbutler tool
MIPLM
 
PPTX
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
infertility, types,causes, impact, and management
Ritu480198
 
How to Create a Customer From Website in Odoo 18.pptx
Celine George
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
Council of Chalcedon Re-Examined
Smiling Lungs
 
Controller Request and Response in Odoo18
Celine George
 
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PPT-Q1-WK-3-ENGLISH Revised Matatag Grade 3.pptx
reijhongidayawan02
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
Introduction presentation of the patentbutler tool
MIPLM
 
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 

An introduction to matlab