SlideShare a Scribd company logo
1 of 13
MATHLAB (R2019A)
OVERVIEW
Prepared By:- Shrikunj Patel (W0753070), Jay Panchal
(W0751781)
Layout Settings
Command Window
Current
Folder
Window
WorkspacePanel Titles
Tool Strip
Command
History
Quick Access
Toolbar
Current Folder Toolbar
Formatting (Number1 =
1.23456789)
Input Argument Output
1.23456789 Short 1.2346
1.23456789 Long 1.234567890000000
1.23456789 Shorte 1.2346e+00
1.23456789 Longe 1.234567890000000e+00
1.23456789 Shortg 1.2346
1.23456789 Longg 1.23456789
1.23456789 Shorteng 1.2346e+000
1.23456789 Longeng 1.23456789000000e+000
1.23456789 Hex 3ff3c0ca4283de1b
1.23456789 + +
1.23456789 Bank 1.23
1.23456789 Rat 100/81
1.23456789 Compact 100/81 (single space format)
1.23456789 Loose 100/81 (double space format)
Formatting (Number2 = -4.2)
Input Argument Output
-4.2 Short -4.2000
-4.2 Long -4.200000000000000
-4.2 Shorte -4.2000e+00
-4.2 Longe -4.200000000000000e+00
-4.2 Shortg -4.2
-4.2 Longg -4.2
-4.2 Shorteng -4.2000e+000
-4.2 Longeng -4.20000000000000e+000
-4.2 Hex C010cccccccccccd
-4.2 + -
-4.2 Bank -4.20
-4.2 Rat -21/5
-4.2 Compact -21/5 (single spacing format)
-4.2 Loose -21/5 (double spacing format)
Observation from above Formatting (Number1 =
1.23456789), (Number2 = -4.2)
 Precision of the output values changes as per the format selected.
 For whole number with decimal point all values has minimum 4
decimal output is generated for short format.
 For whole number with decimal point all values has maximum 15
decimal output is generated for long format.
 Format styling can be changed according to the spacing required
for output.
Formatting (Number3 = -
1.23456789)
Input Argumen
t
Type of Number (double) Type of Number (Single)
-1.23456789 Short -1.234 (8 bytes) -1.234 (4 bytes)
-1.23456789 Long -1.234567890000000 (8 bytes) -1.23456789 (4 bytes)
-1.23456789 Shorte -1.2346e+00 (8 bytes) -1.2346e+00 (4 bytes)
-1.23456789 Longe -1.234567890000000e+00 (8 bytes) -1.2345679e+00 (4 bytes)
-1.23456789 Shortg -1.2346 (8 bytes) -1.2346 (4 bytes)
-1.23456789 Longg -1.23456789 (8 bytes) -1.234568 (4 bytes)
-1.23456789 Shorteng -1.2346e+000 (8 bytes) -1.2346e+000 (4 bytes)
-1.23456789 Longeng -1.23456789000000e+000 (8 bytes) -1.234568e+000 (4 bytes)
-1.23456789 Hex Bff3c0ca4283de1b (8 bytes) Bf9e0652 (4 bytes)
-1.23456789 + - (8 bytes) - (4 bytes)
-1.23456789 Bank -1.23 (8 bytes) -1.23 (4 bytes)
-1.23456789 Rat -100/81 (8 bytes) -100/81 (4 bytes)
-1.23456789 Compact -100/81 (8 bytes) (single spacing
format)
-100/81 (4 bytes) (single spacing format)
Formatting (Number3 = -
1.23456789)
Input Argumen
t
Type of Number (int8) Type of Number (int32)
-1.23456789 Short -1(1 bytes) -1 (4 bytes)
-1.23456789 Long -1 (1 bytes) -1 (4 bytes)
-1.23456789 Shorte -1 (1 bytes) -1 (4 bytes)
-1.23456789 Longe -1 (1 bytes) -1 (4 bytes)
-1.23456789 Shortg -1 (1 bytes) -1 (4 bytes)
-1.23456789 Longg -1 (1 bytes) -1 (4 bytes)
-1.23456789 Shorteng -1 (1 bytes) -1 (4 bytes)
-1.23456789 Longeng -1 (1 bytes) -1 (4 bytes)
-1.23456789 Hex ff (1 bytes) ffffffff (4 bytes)
-1.23456789 + - (1 bytes) - (4 bytes)
-1.23456789 Bank -1.23 (1 bytes) -1 (4bytes)
-1.23456789 Rat -1 (1 bytes) -1 (4 bytes)
-1.23456789 Compact -1 (1 bytes) (Single spacing format) -1 (4 bytes) (single spacing format)
-1.23456789 Loose -1 (1 bytes) (double spacing format) -1 (4 bytes) (double spacing format)
Formatting (Number3 = -
1.23456789)
Input Argumen
t
Type of Number (uint8) Type of Number (uint64)
-1.23456789 Short 0 (1 bytes) 0 (8 bytes)
-1.23456789 Long 0 (1 bytes) 0 (8 bytes)
-1.23456789 Shorte 0 (1 bytes) 0 (8 bytes)
-1.23456789 Longe 0 (1 bytes) 0 (8 bytes)
-1.23456789 Shortg 0 (1 bytes) 0 (8 bytes)
-1.23456789 Longg 0 (1 bytes) 0 (8 bytes)
-1.23456789 Shorteng 0 (1 bytes) 0 (8 bytes)
-1.23456789 Longeng 0 (1 bytes) 0 (8 bytes)
-1.23456789 Hex 00 (1 bytes) 0000000000000000 (8 bytes)
-1.23456789 + ~ ~
-1.23456789 Bank 0 (1 bytes) 0 (8 bytes)
-1.23456789 Rat 0 (1 bytes) 0 (8 bytes)
-1.23456789 Compact 0 (1 bytes) (single spacing format)ss 0 (8 bytes) (single spacing format)
-1.23456789 Loose 0 (1 bytes) (double spacing format) 0 (8 bytes) (double spacing format)
Observations from above
Formatting (Number3 = -
1.23456789)
 Variables of data types (class) can be stored
as different bytes according to output required.
 Precision can be changed of floating point
value according to the requirement.
 Unassigned integers of different data types
also can be stored as different bytes.
Using Operators (Number4 = 2.21,
Number5 = 4.1367)
Input Operato
r
Number 6 Number 7
Number4 and Number5 plus 6.3467 6.3467
Number4 and Number5 minus -1.9267 1.9267
Number4 and Number5 times 9.1421 9.1421
Number4 and Number5 rdivide 0.5342 1.8718
Number4 and Number5 ldivide 1.8718 0.5342
Number4 and Number5 power 26.5857 23.0571
Number4, Number5 and
Number6
plus 12.6934 12.6934
Number7 and Number6 times 40.2806 40.2806
Observations – Using
Operators
 To used operators between more than 2
values we have to use operators such as + ,
- , * , / , ^ etc.
 Example (a+b+c)
 Operators can also by using syllables such as
plus, minus, times, rdivide, ldivide, etc.
 Example (plus(a,))
Using Operators (Number8 = 26,
Number9 = 11, Number10 = -11)
Input Description
Function
Name
Result
Number8 and
Number9 Round toward nearest
integer
round 2
Number8 and
Number10
round 0
Number8 and
Number9 Round towards negative
infinity
floor 2
Number8 and
Number10
Floor -1
Number8 and
Number9
Round toward zero
fix 0
Number8 and
Number10
fix 0
Number8 and
Number9
Round toward positive infinity
ceil 1
Number8 and
Number10
ceil 0
Number8 and
Number9
Remainder rem 11
THE
END

More Related Content

Similar to MathLab Overview

Week2-stacks-queues.pptx
Week2-stacks-queues.pptxWeek2-stacks-queues.pptx
Week2-stacks-queues.pptxVandanaBharti21
 
Getting started cpp full
Getting started cpp   fullGetting started cpp   full
Getting started cpp fullVõ Hòa
 
15Tarique_DSP_8ETC.PPT
15Tarique_DSP_8ETC.PPT15Tarique_DSP_8ETC.PPT
15Tarique_DSP_8ETC.PPTSadorYonas
 
Oracle APEX Cheat Sheet
Oracle APEX Cheat SheetOracle APEX Cheat Sheet
Oracle APEX Cheat SheetDimitri Gielis
 
Python Workshop Part 2. LUG Maniapl
Python Workshop Part 2. LUG ManiaplPython Workshop Part 2. LUG Maniapl
Python Workshop Part 2. LUG ManiaplAnkur Shrivastava
 
Understanding the Disruptor
Understanding the DisruptorUnderstanding the Disruptor
Understanding the DisruptorTrisha Gee
 
11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...BIOLOGICAL FORUM
 
Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Scott Mansfield
 
Lec2_cont.pptx galgotias University questions
Lec2_cont.pptx galgotias University questionsLec2_cont.pptx galgotias University questions
Lec2_cont.pptx galgotias University questionsYashJain47002
 
Olap Functions Suport in Informix
Olap Functions Suport in InformixOlap Functions Suport in Informix
Olap Functions Suport in InformixBingjie Miao
 
Lecture 2 coal sping12
Lecture 2 coal sping12Lecture 2 coal sping12
Lecture 2 coal sping12Rabia Khalid
 
Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3guesta3202
 
MariaDB ColumnStore
MariaDB ColumnStoreMariaDB ColumnStore
MariaDB ColumnStoreMariaDB plc
 
Queue data structure
Queue data structureQueue data structure
Queue data structureMekk Mhmd
 
PHP Cheat Sheet
PHP Cheat SheetPHP Cheat Sheet
PHP Cheat SheetGlowTouch
 
The Ring programming language version 1.8 book - Part 28 of 202
The Ring programming language version 1.8 book - Part 28 of 202The Ring programming language version 1.8 book - Part 28 of 202
The Ring programming language version 1.8 book - Part 28 of 202Mahmoud Samir Fayed
 
time_complexity_list_02_04_2024_22_pages.pdf
time_complexity_list_02_04_2024_22_pages.pdftime_complexity_list_02_04_2024_22_pages.pdf
time_complexity_list_02_04_2024_22_pages.pdfSrinivasaReddyPolamR
 

Similar to MathLab Overview (20)

Week2-stacks-queues.pptx
Week2-stacks-queues.pptxWeek2-stacks-queues.pptx
Week2-stacks-queues.pptx
 
Getting started cpp full
Getting started cpp   fullGetting started cpp   full
Getting started cpp full
 
15Tarique_DSP_8ETC.PPT
15Tarique_DSP_8ETC.PPT15Tarique_DSP_8ETC.PPT
15Tarique_DSP_8ETC.PPT
 
Oracle APEX Cheat Sheet
Oracle APEX Cheat SheetOracle APEX Cheat Sheet
Oracle APEX Cheat Sheet
 
Slicing in Python - What is It?
Slicing in Python - What is It?Slicing in Python - What is It?
Slicing in Python - What is It?
 
Python Workshop Part 2. LUG Maniapl
Python Workshop Part 2. LUG ManiaplPython Workshop Part 2. LUG Maniapl
Python Workshop Part 2. LUG Maniapl
 
Understanding the Disruptor
Understanding the DisruptorUnderstanding the Disruptor
Understanding the Disruptor
 
11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...
 
Q#8
Q#8Q#8
Q#8
 
Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)Creating a Custom Serialization Format (Gophercon 2017)
Creating a Custom Serialization Format (Gophercon 2017)
 
Lec2_cont.pptx galgotias University questions
Lec2_cont.pptx galgotias University questionsLec2_cont.pptx galgotias University questions
Lec2_cont.pptx galgotias University questions
 
Olap Functions Suport in Informix
Olap Functions Suport in InformixOlap Functions Suport in Informix
Olap Functions Suport in Informix
 
Lecture 2 coal sping12
Lecture 2 coal sping12Lecture 2 coal sping12
Lecture 2 coal sping12
 
Sortings .pptx
Sortings .pptxSortings .pptx
Sortings .pptx
 
Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3Erlang Introduction Bcberlin3
Erlang Introduction Bcberlin3
 
MariaDB ColumnStore
MariaDB ColumnStoreMariaDB ColumnStore
MariaDB ColumnStore
 
Queue data structure
Queue data structureQueue data structure
Queue data structure
 
PHP Cheat Sheet
PHP Cheat SheetPHP Cheat Sheet
PHP Cheat Sheet
 
The Ring programming language version 1.8 book - Part 28 of 202
The Ring programming language version 1.8 book - Part 28 of 202The Ring programming language version 1.8 book - Part 28 of 202
The Ring programming language version 1.8 book - Part 28 of 202
 
time_complexity_list_02_04_2024_22_pages.pdf
time_complexity_list_02_04_2024_22_pages.pdftime_complexity_list_02_04_2024_22_pages.pdf
time_complexity_list_02_04_2024_22_pages.pdf
 

More from Shrikunj Patel

Do I Wanna Know? - Arctic Monkeys
Do I Wanna Know? - Arctic MonkeysDo I Wanna Know? - Arctic Monkeys
Do I Wanna Know? - Arctic MonkeysShrikunj Patel
 
Electrical conductivity and mechcanical properties oi magnesium
Electrical conductivity and mechcanical properties oi magnesiumElectrical conductivity and mechcanical properties oi magnesium
Electrical conductivity and mechcanical properties oi magnesiumShrikunj Patel
 
Limit, fits and tolerance
Limit, fits and toleranceLimit, fits and tolerance
Limit, fits and toleranceShrikunj Patel
 
Surface tension & capillarity c
Surface tension & capillarity cSurface tension & capillarity c
Surface tension & capillarity cShrikunj Patel
 
Properties of fluids c
Properties of fluids cProperties of fluids c
Properties of fluids cShrikunj Patel
 
Pressure measurment devices
Pressure measurment devicesPressure measurment devices
Pressure measurment devicesShrikunj Patel
 
Superfinishing process
Superfinishing processSuperfinishing process
Superfinishing processShrikunj Patel
 
Microcontroller poster
Microcontroller posterMicrocontroller poster
Microcontroller posterShrikunj Patel
 

More from Shrikunj Patel (18)

Do I Wanna Know? - Arctic Monkeys
Do I Wanna Know? - Arctic MonkeysDo I Wanna Know? - Arctic Monkeys
Do I Wanna Know? - Arctic Monkeys
 
Electrical conductivity and mechcanical properties oi magnesium
Electrical conductivity and mechcanical properties oi magnesiumElectrical conductivity and mechcanical properties oi magnesium
Electrical conductivity and mechcanical properties oi magnesium
 
Introduction
IntroductionIntroduction
Introduction
 
Limit, fits and tolerance
Limit, fits and toleranceLimit, fits and tolerance
Limit, fits and tolerance
 
Types of fluids c
Types of fluids cTypes of fluids c
Types of fluids c
 
Surface tension & capillarity c
Surface tension & capillarity cSurface tension & capillarity c
Surface tension & capillarity c
 
Properties of fluids c
Properties of fluids cProperties of fluids c
Properties of fluids c
 
Pressure measurment devices
Pressure measurment devicesPressure measurment devices
Pressure measurment devices
 
Fluid pressure
Fluid pressureFluid pressure
Fluid pressure
 
Work methods
Work methodsWork methods
Work methods
 
Superfinishing process
Superfinishing processSuperfinishing process
Superfinishing process
 
Microcontroller poster
Microcontroller posterMicrocontroller poster
Microcontroller poster
 
Micro controller
Micro controllerMicro controller
Micro controller
 
Limit gauges
Limit gaugesLimit gauges
Limit gauges
 
Laser beam welding
Laser beam weldingLaser beam welding
Laser beam welding
 
Laser beam welding
Laser beam weldingLaser beam welding
Laser beam welding
 
Hydro test pump
Hydro test pumpHydro test pump
Hydro test pump
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

MathLab Overview

  • 1. MATHLAB (R2019A) OVERVIEW Prepared By:- Shrikunj Patel (W0753070), Jay Panchal (W0751781)
  • 2. Layout Settings Command Window Current Folder Window WorkspacePanel Titles Tool Strip Command History Quick Access Toolbar Current Folder Toolbar
  • 3. Formatting (Number1 = 1.23456789) Input Argument Output 1.23456789 Short 1.2346 1.23456789 Long 1.234567890000000 1.23456789 Shorte 1.2346e+00 1.23456789 Longe 1.234567890000000e+00 1.23456789 Shortg 1.2346 1.23456789 Longg 1.23456789 1.23456789 Shorteng 1.2346e+000 1.23456789 Longeng 1.23456789000000e+000 1.23456789 Hex 3ff3c0ca4283de1b 1.23456789 + + 1.23456789 Bank 1.23 1.23456789 Rat 100/81 1.23456789 Compact 100/81 (single space format) 1.23456789 Loose 100/81 (double space format)
  • 4. Formatting (Number2 = -4.2) Input Argument Output -4.2 Short -4.2000 -4.2 Long -4.200000000000000 -4.2 Shorte -4.2000e+00 -4.2 Longe -4.200000000000000e+00 -4.2 Shortg -4.2 -4.2 Longg -4.2 -4.2 Shorteng -4.2000e+000 -4.2 Longeng -4.20000000000000e+000 -4.2 Hex C010cccccccccccd -4.2 + - -4.2 Bank -4.20 -4.2 Rat -21/5 -4.2 Compact -21/5 (single spacing format) -4.2 Loose -21/5 (double spacing format)
  • 5. Observation from above Formatting (Number1 = 1.23456789), (Number2 = -4.2)  Precision of the output values changes as per the format selected.  For whole number with decimal point all values has minimum 4 decimal output is generated for short format.  For whole number with decimal point all values has maximum 15 decimal output is generated for long format.  Format styling can be changed according to the spacing required for output.
  • 6. Formatting (Number3 = - 1.23456789) Input Argumen t Type of Number (double) Type of Number (Single) -1.23456789 Short -1.234 (8 bytes) -1.234 (4 bytes) -1.23456789 Long -1.234567890000000 (8 bytes) -1.23456789 (4 bytes) -1.23456789 Shorte -1.2346e+00 (8 bytes) -1.2346e+00 (4 bytes) -1.23456789 Longe -1.234567890000000e+00 (8 bytes) -1.2345679e+00 (4 bytes) -1.23456789 Shortg -1.2346 (8 bytes) -1.2346 (4 bytes) -1.23456789 Longg -1.23456789 (8 bytes) -1.234568 (4 bytes) -1.23456789 Shorteng -1.2346e+000 (8 bytes) -1.2346e+000 (4 bytes) -1.23456789 Longeng -1.23456789000000e+000 (8 bytes) -1.234568e+000 (4 bytes) -1.23456789 Hex Bff3c0ca4283de1b (8 bytes) Bf9e0652 (4 bytes) -1.23456789 + - (8 bytes) - (4 bytes) -1.23456789 Bank -1.23 (8 bytes) -1.23 (4 bytes) -1.23456789 Rat -100/81 (8 bytes) -100/81 (4 bytes) -1.23456789 Compact -100/81 (8 bytes) (single spacing format) -100/81 (4 bytes) (single spacing format)
  • 7. Formatting (Number3 = - 1.23456789) Input Argumen t Type of Number (int8) Type of Number (int32) -1.23456789 Short -1(1 bytes) -1 (4 bytes) -1.23456789 Long -1 (1 bytes) -1 (4 bytes) -1.23456789 Shorte -1 (1 bytes) -1 (4 bytes) -1.23456789 Longe -1 (1 bytes) -1 (4 bytes) -1.23456789 Shortg -1 (1 bytes) -1 (4 bytes) -1.23456789 Longg -1 (1 bytes) -1 (4 bytes) -1.23456789 Shorteng -1 (1 bytes) -1 (4 bytes) -1.23456789 Longeng -1 (1 bytes) -1 (4 bytes) -1.23456789 Hex ff (1 bytes) ffffffff (4 bytes) -1.23456789 + - (1 bytes) - (4 bytes) -1.23456789 Bank -1.23 (1 bytes) -1 (4bytes) -1.23456789 Rat -1 (1 bytes) -1 (4 bytes) -1.23456789 Compact -1 (1 bytes) (Single spacing format) -1 (4 bytes) (single spacing format) -1.23456789 Loose -1 (1 bytes) (double spacing format) -1 (4 bytes) (double spacing format)
  • 8. Formatting (Number3 = - 1.23456789) Input Argumen t Type of Number (uint8) Type of Number (uint64) -1.23456789 Short 0 (1 bytes) 0 (8 bytes) -1.23456789 Long 0 (1 bytes) 0 (8 bytes) -1.23456789 Shorte 0 (1 bytes) 0 (8 bytes) -1.23456789 Longe 0 (1 bytes) 0 (8 bytes) -1.23456789 Shortg 0 (1 bytes) 0 (8 bytes) -1.23456789 Longg 0 (1 bytes) 0 (8 bytes) -1.23456789 Shorteng 0 (1 bytes) 0 (8 bytes) -1.23456789 Longeng 0 (1 bytes) 0 (8 bytes) -1.23456789 Hex 00 (1 bytes) 0000000000000000 (8 bytes) -1.23456789 + ~ ~ -1.23456789 Bank 0 (1 bytes) 0 (8 bytes) -1.23456789 Rat 0 (1 bytes) 0 (8 bytes) -1.23456789 Compact 0 (1 bytes) (single spacing format)ss 0 (8 bytes) (single spacing format) -1.23456789 Loose 0 (1 bytes) (double spacing format) 0 (8 bytes) (double spacing format)
  • 9. Observations from above Formatting (Number3 = - 1.23456789)  Variables of data types (class) can be stored as different bytes according to output required.  Precision can be changed of floating point value according to the requirement.  Unassigned integers of different data types also can be stored as different bytes.
  • 10. Using Operators (Number4 = 2.21, Number5 = 4.1367) Input Operato r Number 6 Number 7 Number4 and Number5 plus 6.3467 6.3467 Number4 and Number5 minus -1.9267 1.9267 Number4 and Number5 times 9.1421 9.1421 Number4 and Number5 rdivide 0.5342 1.8718 Number4 and Number5 ldivide 1.8718 0.5342 Number4 and Number5 power 26.5857 23.0571 Number4, Number5 and Number6 plus 12.6934 12.6934 Number7 and Number6 times 40.2806 40.2806
  • 11. Observations – Using Operators  To used operators between more than 2 values we have to use operators such as + , - , * , / , ^ etc.  Example (a+b+c)  Operators can also by using syllables such as plus, minus, times, rdivide, ldivide, etc.  Example (plus(a,))
  • 12. Using Operators (Number8 = 26, Number9 = 11, Number10 = -11) Input Description Function Name Result Number8 and Number9 Round toward nearest integer round 2 Number8 and Number10 round 0 Number8 and Number9 Round towards negative infinity floor 2 Number8 and Number10 Floor -1 Number8 and Number9 Round toward zero fix 0 Number8 and Number10 fix 0 Number8 and Number9 Round toward positive infinity ceil 1 Number8 and Number10 ceil 0 Number8 and Number9 Remainder rem 11