MATLAB handbook with applications to mathematics, science, engineering, and finance:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Boca Raton, Fla. ; London ; New York
Taylor & Francis, CRC Press
[2019]
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | xix, 362 Seiten Illustrationen, Diagramme |
ISBN: | 9781138626454 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV044874446 | ||
003 | DE-604 | ||
005 | 20190917 | ||
007 | t | ||
008 | 180320s2019 a||| |||| 00||| eng d | ||
020 | |a 9781138626454 |c Hardback |9 978-1-138-62645-4 | ||
035 | |a (OCoLC)1085398052 | ||
035 | |a (DE-599)BVBBV044874446 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-29T |a DE-91G |a DE-1050 |a DE-634 |a DE-706 | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a ST 620 |0 (DE-625)143684: |2 rvk | ||
084 | |a DAT 306f |2 stub | ||
100 | 1 | |a Báez-López, David |e Verfasser |0 (DE-588)1018450696 |4 aut | |
245 | 1 | 0 | |a MATLAB handbook with applications to mathematics, science, engineering, and finance |c José Miguel David Báez-López, David Alfredo Báez Villegas |
264 | 1 | |a Boca Raton, Fla. ; London ; New York |b Taylor & Francis, CRC Press |c [2019] | |
300 | |a xix, 362 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Numerische Mathematik |0 (DE-588)4042805-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | 1 | |a Numerische Mathematik |0 (DE-588)4042805-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Báez Villegas, David Alfredo |e Verfasser |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, ebook |z 978-1-315-22845-7 |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030268810&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-030268810 |
Datensatz im Suchindex
_version_ | 1804178407853916160 |
---|---|
adam_text | Contents Preface xi List of Figures xiii List of Tables xix 1 Introduction to MATLAB 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 Introduction .............................................................................. 1.1.1 Book Organization......................................................... 1.1.2 Chapter Organization................................................... Starting MATLAB..................................................................... Simple Calculations in MATLAB .......................................... 1.3.1 Elementary Functions................................................... Variables ................................................................................... 1.4.1 Variable Types............................................................... Strings ...................................................................................... Saving a Session and Its Variables .......................................... Input/Output Instructions ...................................................... 1.7.1 Formatted Output......................................................... 1.7.2 Data Input..................................................................... Help .......................................................................................... 1.8.1 Help Page....................................................................... Concluding Remarks ............................................................... Bibliography .............................................................................. 2 Plotting with MATLAB 2.1 2.2
2.3 2.4 Introduction .............................................................................. Two-dimensional Plotting......................................................... 2.2.1 Plotting from the Workspace....................................... Plot Options .............................................................................. Other Two-dimensional Plots................................................... 2.4.1 Polar Plots.................................................................... 2.4.2 Bar Plot.......................................................................... 2.4.3 Stairs Plot .................................................................... 1 1 2 2 3 4 5 7 9 10 14 16 16 18 19 20 22 22 23 23 24 30 33 36 37 38 38 v
vi Contents 2.5 2.6 2.7 2.8 2.9 2.10 2.4.4 Histogram Plot............................................................... 2.4.5 Stem Plot....................................................................... 2.4.6 Compass Plot................................................................. 2.4.7 Pie Plot.......................................................................... Subplots ................................................................................... Three-dimensional Plots............................................................ 2.6.1 The Instruction plot3................................................... 2.6.2 Mesh Plot....................................................................... 2.6.3 Surf Plot ....................................................................... 2.6.4 Contour Plot.................................................................. Observation Point .................................................................... Structure of Objects in MATLAB .......................................... Hierarchy of MATLAB Objects ............................................. Concluding Remarks ............................................................... 3 Variables and Functions 3.1 3.2 3.3 3.4 3.5 3.6 3.7 Variables ................................................................................... 3.1.1 Symbolic Variables......................................................... Functions................................................................................... 3.2.1 MATLAB Elementary
Functions................................. 3.2.2 Using Symbolic Functions............................................. 3.2.3 Plots for Symbolic Functions....................................... 3.2.4 Function Evaluation Using eval and feval............... 3.2.5 The Tool funtool......................................................... Polynomials ............................................................................. Curve Fitting .......................................................................... 3.4.1 Cubic Spline Fitting...................................................... 3.4.2 The Tool Basic Fitting............................................. Solution of Equations ............................................................... Execution Time, Date, and Time of the Day ........................ Concluding Remarks ............................................................... 4 Matrices and Linear Algebra 4.1 Introduction ............................................................................. 4.2 Matrices ................................................................................... 4.3 Basic Operations with Matrices ............................................. 4.3.1 The Dot Operator......................................................... 4.4 The Characteristic Polynomial ................................................ 4.5 Vectors ...................................................................................... 4.5.1 Norm of a Vector............................................................ 4.5.2 Vector
Generation......................................................... 4.6 Dot and Cross Products............................................................ 4.6.1 Dot Product .................................................................. 40 40 41 41 43 43 44 45 49 51 56 57 59 60 61 61 62 64 67 68 69 71 72 73 79 80 81 82 88 90 91 91 92 96 98 98 99 103 104 105 105
Contents vii 4.6.2 Cross Product ................................................................ 4.7 Matrix and Vector Functions................................................... 4.8 Systems of Simultaneous LinearEquations ............................ 4.8.1 LU Factorization............................................................ 4.9 Eigenvalues and Eigenvectors................................................... 4.10 Cell Arrays................................................................................. 4.11 Structures ................................................................................. 4.12 Concluding Remarks ............................................................... 106 106 107 109 110 112 113 114 5 Calculus 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 Introduction .............................................................................. Limits of Functions .................................................................. Limits of Sequences .................................................................. Continuity ................................................................................. Derivatives ................................................................................ Integration ................................................................................. Series ......................................................................................... Differential Equations............................................................... 5.8.1 Numerical Solution of Differential Equations ............ Concluding Remarks
.............................................................. 6 Programming in MATLAB 6.1 6.2 6.3 6.4 6.5 6.6 6.7 Introduction .............................................................................. Creating m-files ........................................................................ Basic Programming Instructions inMATLAB ....................... 6.3.1 The Instruction if-end................................................. 6.3.2 The Instruction if-else-end........................................ 6.3.3 The Instruction elseif................................................. 6.3.4 The Statement switch-case...................................... 6.3.5 The Instruction for....................................................... 6.3.6 Nested Loops.................................................................. 6.3.7 The while Loop............................................................ Functions................................................................................... Variables of Functions.............................................................. 6.5.1 Global Variables............................................................ 6.5.2 The Instruction return................................................ 6.5.3 The Instructions narginand nargout......................... 6.5.4 Recursive Functions...................................................... File Management .................................................................... 6.6.1 File Opening and Closing............................................. Writing Information to a
File................................................... 6.7.1 Reading and Writing FormattedData......................... 6.7.2 Reading and Writing Binary Files .............................. 115 115 116 118 119 121 124 128 130 133 134 135 135 136 137 137 139 140 141 142 143 144 145 148 151 152 154 154 155 155 157 158 162
Contents viii 6.8 Passing Data Between MATLAB and Excel............................ 6.8.1 Exporting Data to Excel.................................................. 6.8.2 Exporting Excel Files to MATLAB............................... 6.8.3 Reading Data from ExcelFiles....................................... 6.9 Publishing m-files from MATLAB ........................................... 6.9.1 Cell Programming........................................................... 6.9.2 Publishing m-files ........................................................... 6.10 Concluding Remarks ................................................................. 7 Object-Oriented Programming 7.1 7.2 7.3 7.4 7.5 Introduction ................................................................................. The Object-Oriented Programming Paradigm ...................... Classes in MATLAB.................................................................... 7.3.1 Creation and Use of a Class........................................... 7.3.2 Declaration and Use of Setters..................................... 7.3.3 Inheritance....................................................................... 7.3.4 Constructor....................................................................... 7.3.5 Direct and Indirect Access to Properties...................... 7.3.6 Public and Private Methods........................................... 7.3.7 Overriding Methods........................................................ 7.3.8 Overloading.......................................................................
Examples....................................................................................... Conclusions.................................................................................... 8 Graphical User Interfaces 8.1 Creation of a GUI with the Tool GUIDE ............................... 8.1.1 Starting GUIDE................................................................. 8.1.2 Properties of Objects in a GUI..................................... 8.1.3 A Simple GUI ................................................................. 8.2 Examples....................................................................................... 8.3 Deployment of MATLAB Graphical User Interfaces ............ 8.4 Concluding Remarks ................................................................. 9 Simulink 9.1 9.2 9.3 The Simulink Environment ........................................................ 9.1.1 A Basic Example.............................................................. Continuous and Discrete Systems ........................................... Subsystems.................................................................................... 9.3.1 Masking Subsystems........................................................ 9.3.2 Icon շ Ports Tab.............................................................. 9.3.3 Parameters Dialog Window........................................ 9.3.4 Initialization Tab.............................................................. 165 165 168 169 170 170 172 176 179 179 180 181 182 183 185 186 187 190 193 195 200 205 207 207 208 208 210 215 223 225 227
227 228 231 235 237 239 239 240
Contents 9.3.5 Documentation Tab...................................................... 9.4 Examples.................................................................................... 9.5 Concluding Remarks ............................................................... 9.6 References ................................................................................. 10 MATLAB Applications to Engineering 10.1 10.2 10.3 10.4 10.5 10.6 10.7 10.8 10.9 Introduction ............................................................................. Applications to Signals and Systems....................................... Applications in Digital Signal Processing .............................. Applications in Control ............................................................ Applications to Chemical Engineering ................................. Applications in Food Engineering .......................................... Applications in Civil Engineering .......................................... Applications in Mechanical Engineering................................. Bibliography ............................................................................. 11 MATLAB Applications to Physics 11.1 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 Introduction .............................................................................. Examples in Kinematics............................................................ Examples in Dynamics ............................................................ Applications in Astronomy ...................................................... Applications in
Electricity and Magnetism ........................... Applications in Optics.............................................................. Applications in Modern Physics ............................................. Concluding Remarks ............................................................... Bibliography .............................................................................. 12 Applications to Finance 12.1 12.2 12.3 12.4 Introduction ............................................................................. The Financial and Financial Derivatives Toolboxes............... The Financial Derivatives Toolbox.......................................... The Black-Scholes Analysis...................................................... 12.4.1 American Options......................................................... 12.5 The Greek Letters..................................................................... 12.6 Conclusions................................................................................. 12.7 References ................................................................................. 13 Image Processing in MATLAB 13.1 13.2 13.3 13.4 Introduction .............................................................................. Reading and Writing Images ................................................... Resolution of the Images ......................................................... Spatial Filtering ........................................................................ ix 241 241 243 244 245 245 245 254 258 263 268 271 277 282 283 283 283 290 298 301
304 307 310 310 311 311 311 318 320 324 331 336 336 337 337 339 340 342
x Contents 13.5 13.6 13.7 13.8 Index The Discrete Fourier Transform ............................................... Color Image Processing.............................................................. Morphological Image Processing ............................................... Concluding Remarks ................................................................. 345 348 350 353 355
|
any_adam_object | 1 |
author | Báez-López, David Báez Villegas, David Alfredo |
author_GND | (DE-588)1018450696 |
author_facet | Báez-López, David Báez Villegas, David Alfredo |
author_role | aut aut |
author_sort | Báez-López, David |
author_variant | d b l dbl v d a b vda vdab |
building | Verbundindex |
bvnumber | BV044874446 |
classification_rvk | ST 601 ST 620 |
classification_tum | DAT 306f |
ctrlnum | (OCoLC)1085398052 (DE-599)BVBBV044874446 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01739nam a2200385 c 4500</leader><controlfield tag="001">BV044874446</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190917 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">180320s2019 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781138626454</subfield><subfield code="c">Hardback</subfield><subfield code="9">978-1-138-62645-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1085398052</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV044874446</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-1050</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 620</subfield><subfield code="0">(DE-625)143684:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 306f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Báez-López, David</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1018450696</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MATLAB handbook with applications to mathematics, science, engineering, and finance</subfield><subfield code="c">José Miguel David Báez-López, David Alfredo Báez Villegas</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Boca Raton, Fla. ; London ; New York</subfield><subfield code="b">Taylor & Francis, CRC Press</subfield><subfield code="c">[2019]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xix, 362 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Numerische Mathematik</subfield><subfield code="0">(DE-588)4042805-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">MATLAB</subfield><subfield code="0">(DE-588)4329066-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Numerische Mathematik</subfield><subfield code="0">(DE-588)4042805-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Báez Villegas, David Alfredo</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, ebook</subfield><subfield code="z">978-1-315-22845-7</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030268810&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-030268810</subfield></datafield></record></collection> |
id | DE-604.BV044874446 |
illustrated | Illustrated |
indexdate | 2024-07-10T08:03:29Z |
institution | BVB |
isbn | 9781138626454 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-030268810 |
oclc_num | 1085398052 |
open_access_boolean | |
owner | DE-739 DE-29T DE-91G DE-BY-TUM DE-1050 DE-634 DE-706 |
owner_facet | DE-739 DE-29T DE-91G DE-BY-TUM DE-1050 DE-634 DE-706 |
physical | xix, 362 Seiten Illustrationen, Diagramme |
publishDate | 2019 |
publishDateSearch | 2019 |
publishDateSort | 2019 |
publisher | Taylor & Francis, CRC Press |
record_format | marc |
spelling | Báez-López, David Verfasser (DE-588)1018450696 aut MATLAB handbook with applications to mathematics, science, engineering, and finance José Miguel David Báez-López, David Alfredo Báez Villegas Boca Raton, Fla. ; London ; New York Taylor & Francis, CRC Press [2019] xix, 362 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier MATLAB (DE-588)4329066-8 gnd rswk-swf Numerische Mathematik (DE-588)4042805-9 gnd rswk-swf MATLAB (DE-588)4329066-8 s Numerische Mathematik (DE-588)4042805-9 s DE-604 Báez Villegas, David Alfredo Verfasser aut Erscheint auch als Online-Ausgabe, ebook 978-1-315-22845-7 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030268810&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Báez-López, David Báez Villegas, David Alfredo MATLAB handbook with applications to mathematics, science, engineering, and finance MATLAB (DE-588)4329066-8 gnd Numerische Mathematik (DE-588)4042805-9 gnd |
subject_GND | (DE-588)4329066-8 (DE-588)4042805-9 |
title | MATLAB handbook with applications to mathematics, science, engineering, and finance |
title_auth | MATLAB handbook with applications to mathematics, science, engineering, and finance |
title_exact_search | MATLAB handbook with applications to mathematics, science, engineering, and finance |
title_full | MATLAB handbook with applications to mathematics, science, engineering, and finance José Miguel David Báez-López, David Alfredo Báez Villegas |
title_fullStr | MATLAB handbook with applications to mathematics, science, engineering, and finance José Miguel David Báez-López, David Alfredo Báez Villegas |
title_full_unstemmed | MATLAB handbook with applications to mathematics, science, engineering, and finance José Miguel David Báez-López, David Alfredo Báez Villegas |
title_short | MATLAB handbook with applications to mathematics, science, engineering, and finance |
title_sort | matlab handbook with applications to mathematics science engineering and finance |
topic | MATLAB (DE-588)4329066-8 gnd Numerische Mathematik (DE-588)4042805-9 gnd |
topic_facet | MATLAB Numerische Mathematik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030268810&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT baezlopezdavid matlabhandbookwithapplicationstomathematicsscienceengineeringandfinance AT baezvillegasdavidalfredo matlabhandbookwithapplicationstomathematicsscienceengineeringandfinance |