SlideShare a Scribd company logo
1 of 20
INTRO TO MATLAB + GUI
By Syed Owais Ali Chishti
(P146011)
INTRODUCTION
 MATLAB stands for Matrix Laboratory.
 MATLAB had many functions and toolboxes
 Integration
 Image Processing
 Linear Algebra
 …
 Is high level language
 Solves computing problems
 in a fraction of the time
2
MATLAB SCREEN
 Command Window
 type commands
 Current Directory
 View folders and m-files
 Workspace
 View program variables
 Double click on a variable
to see it in the Array Editor
 Command History
 view past commands
 save a whole session
using diary
3
VARIABLE
No need for types
int a = 10;
float pie = 3.1415;
All variable are of double precision unless specified
pie = 3.1415
s = 123
All variable are 1x1 matrices
4
ARRAY
a vector
 x = [1 2 5 1]
 x = 1 2 5 1
a matrix
 x = [1 2 3; 5 1 4; 3 2 -1]
transpose
 y = x’
5
VECTOR/MATRIX GENERATION
t = [1:10]
 t = 1 2 3 4 5 6 7 8 9 10
x = [1:4; 5:8]
x =
 1 2 3 4
 5 6 7 8
6
MATRIX INDEX
7
MATRIX OPERATIONS
+ addition
- subtraction
* multiplication
/ division
^ power
‘ complex conjugate transpose
8
FLOW CONTROL
if ((a>3) & (b==5))
Some matlab Commands;
elseif (a < 2)
Some matlab commands;
else
Some matlab commands;
end
9
LOOPS
for i=1:100
Matlab Commands;
end
while (condition)
Matlab Commands;
end
10
FUNCTIONS
 No return keyword
 function out1=fname(in1,in2,in3)
 Some commands
 function [out1,out2]=name(in1,in2)
 EXAMPLE
 function [out1, out2] = sumprod(array)
out1 = sum(array)
out2 = prod(array)
11
GUI APPLICATION
 Starting new App
 Home > New > App > GUIDE
 Home > New > App > App Designer
 GUIDE
 Procedural
 App Designer
 Object Oriented
 Both have same components
12
GUIDE QUICK START
13
ADD COMPONENTS
14
CALLBACK
Catchable event of Button
Callback (OnClick)
Create –When button is created
Delete – button is delete
ButtonDown
KeyPress
Execute when event/callback occur
Jumps to that code
15
COMPONENT INSPECTOR
• Set String Property of Button
• set(handles.pushbutton1,‘String',‘test');
• Get String Property of Button
• get(handles.pushbutton1,‘String');
16
SOME USEFULTIPS
 Open Dialog Box
 [filename,pathname] = uigetfile('*.bmp;','Select bmp file');
 Save Dialog Box
 [filename, pathname] = uiputfile('*.bmp;','Save Image', filename);
 sum – Add all element of matrix or vector
 mean – Return mean of matrix or vector
 strcat – String concatenation (+ operator for string not supported)
 a(:) – Return Nx1 matrix considering a multi-dimensional.
17
SHOWING IMAGE
Add Axes component in GUI
Call imshow([…])
18
THANKYOU!
REFERENCES
 www.eee.metu.edu.tr/~yozbek/PDF430/Introduction%20to%20Matlab.ppt
20

More Related Content

What's hot

What's hot (20)

Me330 lecture2
Me330 lecture2Me330 lecture2
Me330 lecture2
 
Introduction to stack
Introduction to stackIntroduction to stack
Introduction to stack
 
Matlab Script - Loop Control
Matlab Script - Loop ControlMatlab Script - Loop Control
Matlab Script - Loop Control
 
Stack application
Stack applicationStack application
Stack application
 
Compiler Construction for DLX Processor
Compiler Construction for DLX Processor Compiler Construction for DLX Processor
Compiler Construction for DLX Processor
 
Arrays c4 c5
Arrays c4 c5Arrays c4 c5
Arrays c4 c5
 
Loops in matlab
Loops in matlabLoops in matlab
Loops in matlab
 
Application of Stack - Yadraj Meena
Application of Stack - Yadraj MeenaApplication of Stack - Yadraj Meena
Application of Stack - Yadraj Meena
 
Introduction To Stack
Introduction To StackIntroduction To Stack
Introduction To Stack
 
Programming models for event controlled programs
Programming models for event controlled programsProgramming models for event controlled programs
Programming models for event controlled programs
 
Chapter2a
Chapter2aChapter2a
Chapter2a
 
Stack organization
Stack organizationStack organization
Stack organization
 
csc 208
csc 208csc 208
csc 208
 
Stack and queue
Stack and queueStack and queue
Stack and queue
 
Stacks in DATA STRUCTURE
Stacks in DATA STRUCTUREStacks in DATA STRUCTURE
Stacks in DATA STRUCTURE
 
Loops in c language
Loops in c languageLoops in c language
Loops in c language
 
FUNCTIONS IN c++ PPT
FUNCTIONS IN c++ PPTFUNCTIONS IN c++ PPT
FUNCTIONS IN c++ PPT
 
Scope of variables
Scope of variablesScope of variables
Scope of variables
 
WAP to find out whether the number is prime or not in java
WAP to find out whether the number is prime or not in javaWAP to find out whether the number is prime or not in java
WAP to find out whether the number is prime or not in java
 
User Defined Functions in MATLAB Part-4
User Defined Functions in MATLAB Part-4User Defined Functions in MATLAB Part-4
User Defined Functions in MATLAB Part-4
 

Viewers also liked

Gui in matlab :
Gui in matlab :Gui in matlab :
Gui in matlab :elboob2025
 
STaR PowerPoint Presentation
STaR PowerPoint PresentationSTaR PowerPoint Presentation
STaR PowerPoint Presentationepaigedavis27
 
GES STaR Chart
GES STaR ChartGES STaR Chart
GES STaR Chartsunny_lee
 
Mestrado em relações internacionais com o mundo árabe e islâmico
Mestrado em relações internacionais com o mundo árabe e islâmicoMestrado em relações internacionais com o mundo árabe e islâmico
Mestrado em relações internacionais com o mundo árabe e islâmicoJosé Alves
 
Estudiando el capitulo Judios de emor del sefer ha zohar.
Estudiando el capitulo Judios de emor del sefer ha zohar.Estudiando el capitulo Judios de emor del sefer ha zohar.
Estudiando el capitulo Judios de emor del sefer ha zohar.milton que te importa ....
 
Active and passive Presentation
Active and passive PresentationActive and passive Presentation
Active and passive Presentationnicapabs
 
Business letter writing presentation
Business letter writing presentationBusiness letter writing presentation
Business letter writing presentationnicapabs
 

Viewers also liked (12)

Gui in matlab :
Gui in matlab :Gui in matlab :
Gui in matlab :
 
STaR PowerPoint Presentation
STaR PowerPoint PresentationSTaR PowerPoint Presentation
STaR PowerPoint Presentation
 
Sound list
Sound listSound list
Sound list
 
Base de datos
Base de datosBase de datos
Base de datos
 
Editing
EditingEditing
Editing
 
GES STaR Chart
GES STaR ChartGES STaR Chart
GES STaR Chart
 
Informatica formulas
Informatica formulasInformatica formulas
Informatica formulas
 
Mestrado em relações internacionais com o mundo árabe e islâmico
Mestrado em relações internacionais com o mundo árabe e islâmicoMestrado em relações internacionais com o mundo árabe e islâmico
Mestrado em relações internacionais com o mundo árabe e islâmico
 
Ideas for prelim
Ideas for prelimIdeas for prelim
Ideas for prelim
 
Estudiando el capitulo Judios de emor del sefer ha zohar.
Estudiando el capitulo Judios de emor del sefer ha zohar.Estudiando el capitulo Judios de emor del sefer ha zohar.
Estudiando el capitulo Judios de emor del sefer ha zohar.
 
Active and passive Presentation
Active and passive PresentationActive and passive Presentation
Active and passive Presentation
 
Business letter writing presentation
Business letter writing presentationBusiness letter writing presentation
Business letter writing presentation
 

Similar to Intro to Matlab + GUI

Matlab for diploma students(1)
Matlab for diploma students(1)Matlab for diploma students(1)
Matlab for diploma students(1)Retheesh Raj
 
From zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondFrom zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondMahuaPal6
 
Mat lab workshop
Mat lab workshopMat lab workshop
Mat lab workshopVinay Kumar
 
Raushan's MATLB PPT..pptx
Raushan's MATLB PPT..pptxRaushan's MATLB PPT..pptx
Raushan's MATLB PPT..pptxhmghj
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlabTarun Gehlot
 
Introduction to Matlab.pdf
Introduction to Matlab.pdfIntroduction to Matlab.pdf
Introduction to Matlab.pdfssuser43b38e
 
1.1Introduction to matlab.pptx
1.1Introduction to matlab.pptx1.1Introduction to matlab.pptx
1.1Introduction to matlab.pptxBeheraA
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlabDnyanesh Patil
 
Applied numerical methods lec2
Applied numerical methods lec2Applied numerical methods lec2
Applied numerical methods lec2Yasser Ahmed
 
“Tasks” in NetLogo 5.0beta1
“Tasks” in NetLogo 5.0beta1“Tasks” in NetLogo 5.0beta1
“Tasks” in NetLogo 5.0beta1SethTisue
 
matlab-130408153714-phpapp02_lab123.ppsx
matlab-130408153714-phpapp02_lab123.ppsxmatlab-130408153714-phpapp02_lab123.ppsx
matlab-130408153714-phpapp02_lab123.ppsxlekhacce
 
Matlab ch1 intro
Matlab ch1 introMatlab ch1 intro
Matlab ch1 introRagu Nathan
 

Similar to Intro to Matlab + GUI (20)

Palm m3 chapter1b
Palm m3 chapter1bPalm m3 chapter1b
Palm m3 chapter1b
 
Assignment1
Assignment1Assignment1
Assignment1
 
Chapter 1.ppt
Chapter 1.pptChapter 1.ppt
Chapter 1.ppt
 
matlabchapter1.ppt
matlabchapter1.pptmatlabchapter1.ppt
matlabchapter1.ppt
 
Matlab for diploma students(1)
Matlab for diploma students(1)Matlab for diploma students(1)
Matlab for diploma students(1)
 
From zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondFrom zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyond
 
Mat lab workshop
Mat lab workshopMat lab workshop
Mat lab workshop
 
Raushan's MATLB PPT..pptx
Raushan's MATLB PPT..pptxRaushan's MATLB PPT..pptx
Raushan's MATLB PPT..pptx
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Introduction to Matlab.pdf
Introduction to Matlab.pdfIntroduction to Matlab.pdf
Introduction to Matlab.pdf
 
1.1Introduction to matlab.pptx
1.1Introduction to matlab.pptx1.1Introduction to matlab.pptx
1.1Introduction to matlab.pptx
 
Lec1
Lec1Lec1
Lec1
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Applied numerical methods lec2
Applied numerical methods lec2Applied numerical methods lec2
Applied numerical methods lec2
 
“Tasks” in NetLogo 5.0beta1
“Tasks” in NetLogo 5.0beta1“Tasks” in NetLogo 5.0beta1
“Tasks” in NetLogo 5.0beta1
 
matlab-130408153714-phpapp02_lab123.ppsx
matlab-130408153714-phpapp02_lab123.ppsxmatlab-130408153714-phpapp02_lab123.ppsx
matlab-130408153714-phpapp02_lab123.ppsx
 
Matlab ch1 intro
Matlab ch1 introMatlab ch1 intro
Matlab ch1 intro
 
Matlab basic and image
Matlab basic and imageMatlab basic and image
Matlab basic and image
 
Learn Matlab
Learn MatlabLearn Matlab
Learn Matlab
 
Matlab ppt
Matlab pptMatlab ppt
Matlab ppt
 

More from Syed Owais Ali Chishti (11)

Vehicle Classification
Vehicle ClassificationVehicle Classification
Vehicle Classification
 
Regular Expression
Regular ExpressionRegular Expression
Regular Expression
 
Cross-Platform Development
Cross-Platform DevelopmentCross-Platform Development
Cross-Platform Development
 
Shell Annual Report 2015
Shell Annual Report 2015Shell Annual Report 2015
Shell Annual Report 2015
 
Rabin Karp - String Matching Algorithm
Rabin Karp - String Matching AlgorithmRabin Karp - String Matching Algorithm
Rabin Karp - String Matching Algorithm
 
Handling character display in graphics mode using bios
Handling character display in graphics mode using biosHandling character display in graphics mode using bios
Handling character display in graphics mode using bios
 
Plagiarism
PlagiarismPlagiarism
Plagiarism
 
Chishti
ChishtiChishti
Chishti
 
Personality 2.0
Personality 2.0Personality 2.0
Personality 2.0
 
4th Law by Robert Greene
4th Law by Robert Greene4th Law by Robert Greene
4th Law by Robert Greene
 
Personality
PersonalityPersonality
Personality
 

Recently uploaded

OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfakankshagupta7348026
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 

Recently uploaded (20)

OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
Motivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdfMotivation and Theory Maslow and Murray pdf
Motivation and Theory Maslow and Murray pdf
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 

Intro to Matlab + GUI

  • 1. INTRO TO MATLAB + GUI By Syed Owais Ali Chishti (P146011)
  • 2. INTRODUCTION  MATLAB stands for Matrix Laboratory.  MATLAB had many functions and toolboxes  Integration  Image Processing  Linear Algebra  …  Is high level language  Solves computing problems  in a fraction of the time 2
  • 3. MATLAB SCREEN  Command Window  type commands  Current Directory  View folders and m-files  Workspace  View program variables  Double click on a variable to see it in the Array Editor  Command History  view past commands  save a whole session using diary 3
  • 4. VARIABLE No need for types int a = 10; float pie = 3.1415; All variable are of double precision unless specified pie = 3.1415 s = 123 All variable are 1x1 matrices 4
  • 5. ARRAY a vector  x = [1 2 5 1]  x = 1 2 5 1 a matrix  x = [1 2 3; 5 1 4; 3 2 -1] transpose  y = x’ 5
  • 6. VECTOR/MATRIX GENERATION t = [1:10]  t = 1 2 3 4 5 6 7 8 9 10 x = [1:4; 5:8] x =  1 2 3 4  5 6 7 8 6
  • 8. MATRIX OPERATIONS + addition - subtraction * multiplication / division ^ power ‘ complex conjugate transpose 8
  • 9. FLOW CONTROL if ((a>3) & (b==5)) Some matlab Commands; elseif (a < 2) Some matlab commands; else Some matlab commands; end 9
  • 10. LOOPS for i=1:100 Matlab Commands; end while (condition) Matlab Commands; end 10
  • 11. FUNCTIONS  No return keyword  function out1=fname(in1,in2,in3)  Some commands  function [out1,out2]=name(in1,in2)  EXAMPLE  function [out1, out2] = sumprod(array) out1 = sum(array) out2 = prod(array) 11
  • 12. GUI APPLICATION  Starting new App  Home > New > App > GUIDE  Home > New > App > App Designer  GUIDE  Procedural  App Designer  Object Oriented  Both have same components 12
  • 15. CALLBACK Catchable event of Button Callback (OnClick) Create –When button is created Delete – button is delete ButtonDown KeyPress Execute when event/callback occur Jumps to that code 15
  • 16. COMPONENT INSPECTOR • Set String Property of Button • set(handles.pushbutton1,‘String',‘test'); • Get String Property of Button • get(handles.pushbutton1,‘String'); 16
  • 17. SOME USEFULTIPS  Open Dialog Box  [filename,pathname] = uigetfile('*.bmp;','Select bmp file');  Save Dialog Box  [filename, pathname] = uiputfile('*.bmp;','Save Image', filename);  sum – Add all element of matrix or vector  mean – Return mean of matrix or vector  strcat – String concatenation (+ operator for string not supported)  a(:) – Return Nx1 matrix considering a multi-dimensional. 17
  • 18. SHOWING IMAGE Add Axes component in GUI Call imshow([…]) 18