SlideShare a Scribd company logo
1 of 9
CTSS
MATLAP FUNCTIONS
VISHAL THAKUR
D 11-74
MATLAB INSTRUCTIONS
Commands for Managing a Session
COMMANDS DESCRIPTION
clc Clears Command window.
clear Removes variables from memory.
exist Checks for existence of file or
variable
global Declares variables to be global.
help Searches for a help topic
lookfor Searches help entries for a keyword
quit Stops MATLAB.
who Lists current variables.
whos Lists current variables (long display).
Basic xy Plotting Commands
COMMANDS DESCRIPTION
axis Sets axis limits
fplot Intelligent plotting of functions
grid Displays gridlines.
plot Generates xy plot.
print Prints plot or saves plot to a file
title Puts text at top of plot.
xlabel Adds text label to x-axis
ylabel Adds text label to y-axis.
refresh Redraws current figure window
Plot Enhancement Commands
COMMANDS DESCRIPTION
subplot Creates plots in subwindows
text Places string in figure
hold Freezes current plot.
set Specifies properties of objects such
as axes
polar Creates polar plot.
bar Creates bar chart.
stairs Creates stairs pot.
COMMANDS DESCRIPTION
eye Creates an identity matrix.
ones Creates an array of ones.
zeros Creates an array of zeros.
cross Computes cross products.
dot Computes dot products.
det Computes determinant of an array.
inv Computes inverse of a matrix.
rank Computes rank of a matrix.
Special Matrices
COMMANDS DESCRIPTION
exp(x) Exponential; ex
log(x) Natural logarithm; ln(x)
log10(x) Common (base 10) logarithm; log(x)=
log10(x).
sqrt(x) Square root; of x.
acos(x) Inverse cosine; arcos x = cos –1 (x)
asin(x) Inverse sine; arcsin x = sin –1 (x).
atan(x) Inverse tangent; arctan x = tan –1 (x).
acot(x) Inverse cotangent; arccot x = cot –
1(x).
Mathematical Functions
COMMANDS DESCRIPTION
abs(x) Absolute value; |x|.
angle(x) Angle of a complex number x.
conj(x) Complex conjugate of x.
imag(x) Imaginary part of a complex number x
real(x) Real part of a complex number x.
erf(x) Computes the error function erf (x).
mean Calculates the average.
median Calculates the median.
std Calculates the standard deviation
Complex Functions and Statistical
Functions
Predefined Input Functions
COMMANDS DESCRIPTION
gensig Generates a periodic sine, square, or
pulse input.
sawtooth Generates a periodic sawtooth input.
square Generates a square wave input.
stepfun Generates a step function input.
ilaplace Returns the inverse Laplace transform.
laplace Returns the Laplace transform.
class Returns the class of an expression.

More Related Content

What's hot

graphs plotting in MATLAB
graphs plotting in MATLABgraphs plotting in MATLAB
graphs plotting in MATLABApurva Patil
 
Revisiting Combinators
Revisiting CombinatorsRevisiting Combinators
Revisiting CombinatorsEdward Kmett
 
Newton cotes method
Newton cotes methodNewton cotes method
Newton cotes methodFaisal Saeed
 
Scala. Introduction to FP. Monads
Scala. Introduction to FP. MonadsScala. Introduction to FP. Monads
Scala. Introduction to FP. MonadsKirill Kozlov
 
A formalization of complex event stream processing
A formalization of complex event stream processingA formalization of complex event stream processing
A formalization of complex event stream processingSylvain Hallé
 
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...Quicksort - a whistle-stop tour of the algorithm in five languages and four p...
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...Philip Schwarz
 
Matlab cheatsheet
Matlab cheatsheetMatlab cheatsheet
Matlab cheatsheetlokeshkumer
 
Derivative Flashcards To Memorize
Derivative Flashcards To MemorizeDerivative Flashcards To Memorize
Derivative Flashcards To Memorizejadunn
 
The Daily Method: JS Arrays::flatMap()
The Daily Method: JS Arrays::flatMap()The Daily Method: JS Arrays::flatMap()
The Daily Method: JS Arrays::flatMap()Lemuel Uhuru
 
The Functional Programming Triad of Folding, Scanning and Iteration - a first...
The Functional Programming Triad of Folding, Scanning and Iteration - a first...The Functional Programming Triad of Folding, Scanning and Iteration - a first...
The Functional Programming Triad of Folding, Scanning and Iteration - a first...Philip Schwarz
 
Monad Transformers - Part 1
Monad Transformers - Part 1Monad Transformers - Part 1
Monad Transformers - Part 1Philip Schwarz
 
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CSAAKASH KUMAR
 
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CSAAKASH KUMAR
 
Introduction to Monads in Scala (2)
Introduction to Monads in Scala (2)Introduction to Monads in Scala (2)
Introduction to Monads in Scala (2)stasimus
 

What's hot (19)

graphs plotting in MATLAB
graphs plotting in MATLABgraphs plotting in MATLAB
graphs plotting in MATLAB
 
Bound
BoundBound
Bound
 
Revisiting Combinators
Revisiting CombinatorsRevisiting Combinators
Revisiting Combinators
 
Faisal
FaisalFaisal
Faisal
 
Newton cotes method
Newton cotes methodNewton cotes method
Newton cotes method
 
Scala. Introduction to FP. Monads
Scala. Introduction to FP. MonadsScala. Introduction to FP. Monads
Scala. Introduction to FP. Monads
 
A formalization of complex event stream processing
A formalization of complex event stream processingA formalization of complex event stream processing
A formalization of complex event stream processing
 
Elm
ElmElm
Elm
 
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...Quicksort - a whistle-stop tour of the algorithm in five languages and four p...
Quicksort - a whistle-stop tour of the algorithm in five languages and four p...
 
Matlab cheatsheet
Matlab cheatsheetMatlab cheatsheet
Matlab cheatsheet
 
Lambda calculus
Lambda calculusLambda calculus
Lambda calculus
 
Module 2 topic 2 notes
Module 2 topic 2 notesModule 2 topic 2 notes
Module 2 topic 2 notes
 
Derivative Flashcards To Memorize
Derivative Flashcards To MemorizeDerivative Flashcards To Memorize
Derivative Flashcards To Memorize
 
The Daily Method: JS Arrays::flatMap()
The Daily Method: JS Arrays::flatMap()The Daily Method: JS Arrays::flatMap()
The Daily Method: JS Arrays::flatMap()
 
The Functional Programming Triad of Folding, Scanning and Iteration - a first...
The Functional Programming Triad of Folding, Scanning and Iteration - a first...The Functional Programming Triad of Folding, Scanning and Iteration - a first...
The Functional Programming Triad of Folding, Scanning and Iteration - a first...
 
Monad Transformers - Part 1
Monad Transformers - Part 1Monad Transformers - Part 1
Monad Transformers - Part 1
 
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 1) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
 
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
2 d array(part 2) || 2D ARRAY FUNCTION WRITING || GET 100% MARKS IN CBSE CS
 
Introduction to Monads in Scala (2)
Introduction to Monads in Scala (2)Introduction to Monads in Scala (2)
Introduction to Monads in Scala (2)
 

Viewers also liked

What are Appropriate Border Surveillance Technologies? Sept. 16, 2014
What are Appropriate Border Surveillance Technologies? Sept. 16,  2014What are Appropriate Border Surveillance Technologies? Sept. 16,  2014
What are Appropriate Border Surveillance Technologies? Sept. 16, 2014Kallman Worldwide, Inc.
 
Humanitarian Demining with Ultra Wide Band Ground Penetrating Radar
Humanitarian Demining with Ultra Wide Band Ground Penetrating RadarHumanitarian Demining with Ultra Wide Band Ground Penetrating Radar
Humanitarian Demining with Ultra Wide Band Ground Penetrating Radaralvaromunozmayordomo
 
UWB Radar Technologies for Tunnel Detection
UWB Radar Technologies for Tunnel DetectionUWB Radar Technologies for Tunnel Detection
UWB Radar Technologies for Tunnel DetectionSergey Bondarenko
 
A seminar on ultra wide band
A seminar on ultra wide band A seminar on ultra wide band
A seminar on ultra wide band Ghanshyam Yadav
 
Ultra-wide band communication system: Term paper _class presentation on wirel...
Ultra-wide band communication system: Term paper _class presentation on wirel...Ultra-wide band communication system: Term paper _class presentation on wirel...
Ultra-wide band communication system: Term paper _class presentation on wirel...prajon
 
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...Industrial Partnerships Office
 
Ultra wide band
Ultra wide bandUltra wide band
Ultra wide bandmangal das
 
IEEE REAL TIME MATLAP COMMUNICATION PROJECTS
IEEE REAL TIME MATLAP COMMUNICATION PROJECTSIEEE REAL TIME MATLAP COMMUNICATION PROJECTS
IEEE REAL TIME MATLAP COMMUNICATION PROJECTStema_solution
 
cv-sayed-electric engineer
cv-sayed-electric engineercv-sayed-electric engineer
cv-sayed-electric engineersayed rayan
 
Matlab HTI summer training course_Lecture2
Matlab HTI summer training course_Lecture2Matlab HTI summer training course_Lecture2
Matlab HTI summer training course_Lecture2Mohamed Awni
 

Viewers also liked (20)

Krittika.pdf
Krittika.pdfKrittika.pdf
Krittika.pdf
 
ICIECA 2014 Paper 17
ICIECA 2014 Paper 17ICIECA 2014 Paper 17
ICIECA 2014 Paper 17
 
Ultra_Wide_Band_ppt
Ultra_Wide_Band_pptUltra_Wide_Band_ppt
Ultra_Wide_Band_ppt
 
What are Appropriate Border Surveillance Technologies? Sept. 16, 2014
What are Appropriate Border Surveillance Technologies? Sept. 16,  2014What are Appropriate Border Surveillance Technologies? Sept. 16,  2014
What are Appropriate Border Surveillance Technologies? Sept. 16, 2014
 
Tactical Commn
Tactical CommnTactical Commn
Tactical Commn
 
Humanitarian Demining with Ultra Wide Band Ground Penetrating Radar
Humanitarian Demining with Ultra Wide Band Ground Penetrating RadarHumanitarian Demining with Ultra Wide Band Ground Penetrating Radar
Humanitarian Demining with Ultra Wide Band Ground Penetrating Radar
 
UWB Radar Technologies for Tunnel Detection
UWB Radar Technologies for Tunnel DetectionUWB Radar Technologies for Tunnel Detection
UWB Radar Technologies for Tunnel Detection
 
A seminar on ultra wide band
A seminar on ultra wide band A seminar on ultra wide band
A seminar on ultra wide band
 
Ultra-wide band communication system: Term paper _class presentation on wirel...
Ultra-wide band communication system: Term paper _class presentation on wirel...Ultra-wide band communication system: Term paper _class presentation on wirel...
Ultra-wide band communication system: Term paper _class presentation on wirel...
 
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...
Ultra-Wide Band: An Electronic Measuring, Communication, and Imaging Capabili...
 
Ultra wide band
Ultra wide bandUltra wide band
Ultra wide band
 
IEEE REAL TIME MATLAP COMMUNICATION PROJECTS
IEEE REAL TIME MATLAP COMMUNICATION PROJECTSIEEE REAL TIME MATLAP COMMUNICATION PROJECTS
IEEE REAL TIME MATLAP COMMUNICATION PROJECTS
 
cv-sayed-electric engineer
cv-sayed-electric engineercv-sayed-electric engineer
cv-sayed-electric engineer
 
My c.v.
My c.v.My c.v.
My c.v.
 
Matlab HTI summer training course_Lecture2
Matlab HTI summer training course_Lecture2Matlab HTI summer training course_Lecture2
Matlab HTI summer training course_Lecture2
 
Perez cante edgar fuzzy
Perez cante edgar   fuzzyPerez cante edgar   fuzzy
Perez cante edgar fuzzy
 
2
22
2
 
SalahBedeiwiResume
SalahBedeiwiResumeSalahBedeiwiResume
SalahBedeiwiResume
 
Fundamentals of matlab programming
Fundamentals of matlab programmingFundamentals of matlab programming
Fundamentals of matlab programming
 
Sheet 1
Sheet 1Sheet 1
Sheet 1
 

Similar to Matlab (20)

ML-CheatSheet (1).pdf
ML-CheatSheet (1).pdfML-CheatSheet (1).pdf
ML-CheatSheet (1).pdf
 
Matlab commands
Matlab commandsMatlab commands
Matlab commands
 
Matlab commands
Matlab commandsMatlab commands
Matlab commands
 
MATLAB-Cheat-Sheet-for-Data-Science_LondonSchoolofEconomics (1).pdf
MATLAB-Cheat-Sheet-for-Data-Science_LondonSchoolofEconomics (1).pdfMATLAB-Cheat-Sheet-for-Data-Science_LondonSchoolofEconomics (1).pdf
MATLAB-Cheat-Sheet-for-Data-Science_LondonSchoolofEconomics (1).pdf
 
Data transformation-cheatsheet
Data transformation-cheatsheetData transformation-cheatsheet
Data transformation-cheatsheet
 
R Programming Reference Card
R Programming Reference CardR Programming Reference Card
R Programming Reference Card
 
Monadologie
MonadologieMonadologie
Monadologie
 
Matlab tut3
Matlab tut3Matlab tut3
Matlab tut3
 
Frp2016 3
Frp2016 3Frp2016 3
Frp2016 3
 
Type header file in c++ and its function
Type header file in c++ and its functionType header file in c++ and its function
Type header file in c++ and its function
 
Lesson 3
Lesson 3Lesson 3
Lesson 3
 
Commands list
Commands listCommands list
Commands list
 
R graphics
R graphicsR graphics
R graphics
 
Matlab1
Matlab1Matlab1
Matlab1
 
Functional programming ii
Functional programming iiFunctional programming ii
Functional programming ii
 
Coding in Style
Coding in StyleCoding in Style
Coding in Style
 
Introduction to R programming
Introduction to R programmingIntroduction to R programming
Introduction to R programming
 
Reference card for R
Reference card for RReference card for R
Reference card for R
 
Short Reference Card for R users.
Short Reference Card for R users.Short Reference Card for R users.
Short Reference Card for R users.
 
The Magnificent Seven
The Magnificent SevenThe Magnificent Seven
The Magnificent Seven
 

More from VISHAL THAKUR

More from VISHAL THAKUR (11)

Technology reshaping retail
Technology reshaping retailTechnology reshaping retail
Technology reshaping retail
 
In patient department
In patient departmentIn patient department
In patient department
 
Erp
ErpErp
Erp
 
Erp
ErpErp
Erp
 
Being human
Being humanBeing human
Being human
 
Application of motivation
Application of motivationApplication of motivation
Application of motivation
 
Work Experience
Work ExperienceWork Experience
Work Experience
 
Vishal thakur be electronics 2015
Vishal thakur   be electronics 2015Vishal thakur   be electronics 2015
Vishal thakur be electronics 2015
 
Brain to brain interface.1
Brain to brain interface.1Brain to brain interface.1
Brain to brain interface.1
 
Brain to brain interface
Brain to brain interfaceBrain to brain interface
Brain to brain interface
 
uttarakhand
uttarakhand uttarakhand
uttarakhand
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

Matlab

  • 2.
  • 3. MATLAB INSTRUCTIONS Commands for Managing a Session COMMANDS DESCRIPTION clc Clears Command window. clear Removes variables from memory. exist Checks for existence of file or variable global Declares variables to be global. help Searches for a help topic lookfor Searches help entries for a keyword quit Stops MATLAB. who Lists current variables. whos Lists current variables (long display).
  • 4. Basic xy Plotting Commands COMMANDS DESCRIPTION axis Sets axis limits fplot Intelligent plotting of functions grid Displays gridlines. plot Generates xy plot. print Prints plot or saves plot to a file title Puts text at top of plot. xlabel Adds text label to x-axis ylabel Adds text label to y-axis. refresh Redraws current figure window
  • 5. Plot Enhancement Commands COMMANDS DESCRIPTION subplot Creates plots in subwindows text Places string in figure hold Freezes current plot. set Specifies properties of objects such as axes polar Creates polar plot. bar Creates bar chart. stairs Creates stairs pot.
  • 6. COMMANDS DESCRIPTION eye Creates an identity matrix. ones Creates an array of ones. zeros Creates an array of zeros. cross Computes cross products. dot Computes dot products. det Computes determinant of an array. inv Computes inverse of a matrix. rank Computes rank of a matrix. Special Matrices
  • 7. COMMANDS DESCRIPTION exp(x) Exponential; ex log(x) Natural logarithm; ln(x) log10(x) Common (base 10) logarithm; log(x)= log10(x). sqrt(x) Square root; of x. acos(x) Inverse cosine; arcos x = cos –1 (x) asin(x) Inverse sine; arcsin x = sin –1 (x). atan(x) Inverse tangent; arctan x = tan –1 (x). acot(x) Inverse cotangent; arccot x = cot – 1(x). Mathematical Functions
  • 8. COMMANDS DESCRIPTION abs(x) Absolute value; |x|. angle(x) Angle of a complex number x. conj(x) Complex conjugate of x. imag(x) Imaginary part of a complex number x real(x) Real part of a complex number x. erf(x) Computes the error function erf (x). mean Calculates the average. median Calculates the median. std Calculates the standard deviation Complex Functions and Statistical Functions
  • 9. Predefined Input Functions COMMANDS DESCRIPTION gensig Generates a periodic sine, square, or pulse input. sawtooth Generates a periodic sawtooth input. square Generates a square wave input. stepfun Generates a step function input. ilaplace Returns the inverse Laplace transform. laplace Returns the Laplace transform. class Returns the class of an expression.