Matlab: a practical introduction to programming and problem solving
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Waltham, Mass. [u.a.]
Butterworth-Heinemann
2012
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Previous ed.: 2009 |
Beschreibung: | XX, 518 S. graph. Darst. 24 cm |
ISBN: | 9780123850812 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039573070 | ||
003 | DE-604 | ||
005 | 20130218 | ||
007 | t | ||
008 | 110908s2012 d||| |||| 00||| eng d | ||
020 | |a 9780123850812 |c (pbk.) £30.99 |9 978-0-12-385081-2 | ||
035 | |a (OCoLC)756300201 | ||
035 | |a (DE-599)BSZ34959614X | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-91S |a DE-29T |a DE-355 |a DE-473 |a DE-703 |a DE-706 |a DE-526 |a DE-91G | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a DAT 306f |2 stub | ||
100 | 1 | |a Attaway, Stormy |e Verfasser |0 (DE-588)1045172987 |4 aut | |
245 | 1 | 0 | |a Matlab |b a practical introduction to programming and problem solving |c Stormy Attaway |
250 | |a 2. ed. | ||
264 | 1 | |a Waltham, Mass. [u.a.] |b Butterworth-Heinemann |c 2012 | |
300 | |a XX, 518 S. |b graph. Darst. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Previous ed.: 2009 | ||
650 | 0 | 7 | |a Numerische Mathematik |0 (DE-588)4042805-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MATLAB |0 (DE-588)4329066-8 |2 gnd |9 rswk-swf |
653 | |a MATLAB | ||
653 | |a Numerical analysis / Computer programs | ||
689 | 0 | 0 | |a Numerische Mathematik |0 (DE-588)4042805-9 |D s |
689 | 0 | 1 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024424543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024424543 |
Datensatz im Suchindex
_version_ | 1804148400910761984 |
---|---|
adam_text | Contents
PREFACE
..................................................................................................xi
ACKNOWLEDGMENTS
..........................................................................xix
Introduction to Programming Using
MATLAB
CHAPTER
1
Introduction to
MATLAB
..................................................3
1.1
Getting into
MATLAB
...........................................................4
1.2
The
MATLAB
Desktop Environment
...................................5
1.3
Variables and Assignment Statements
...............................6
1.4
Expressions
.........................................................................10
1.5
Characters and Encoding
...................................................19
1.6
Vectors and Matrices
..........................................................21
CHAPTER
2
Introduction to
MATLAB
Programming
........................45
2.1
Algorithms
...........................................................................46
2.2
MATLAB
Scripts
..................................................................47
2.3
Input and Output
................................................................49
2.4
Scripts with Input and Output
...........................................57
2.5
Scripts to Produce and Customize Simple Plots
...............58
2.6
Introduction to File Input/Output (Load and Save)
..........63
2.7
User-Defined Functions That Return a Single Value
........68
CHAPTER
3
Selection Statements
......................................................83
3.1
Relational Expressions
........................................................83
3.2
The If Statement
..................................................................87
3.3
The If-Else Statement
.........................................................91
3.4
Nested If-Else Statements
..................................................93
3.5
The Switch Statement
.........................................................98
3.6
The Menu Function
...........................................................100
3.7
The Is Functions in
MATLAB
.......................................102
CHAPTER
4
Loop Statements
...........................................................115
4.1
The For Loop
.....................................................................116
vu
Contents
4.2
Nested For Loops
..............................................................128
4.3
While Loops
.......................................................................139
CHAPTERS Vectorized Code
............................................................155
5.1
Loops with Vectors and Matrices
....................................155
5.2
Operations on Vectors and Matrices
...............................156
5.3
Vectors and Matrices as Function Arguments
...............159
5.4
Logical Vectors
..................................................................160
5.5
Vectorizing Code
...............................................................166
5.6
Timing
................................................................................171
CHAPTER
6
MATLAB
Programs
.......................................................177
6.1
More Types of User-Defined Functions
...........................177
6.2
MATLAB
Program Organization
......................................186
6.3
Application: Menu-Driven Modular Program
..................191
6.4
Variable Scope
...................................................................197
6.5
Debugging Techniques
.....................................................202
CHAPTER? String Manipulation
......................................................215
7.1
Creating String Variables
.................................................215
7.2
Operations on Strings
.......................................................218
7.3
The Is Functions for Strings
.........................................234
7.4
Converting Between String and Number Types
.............234
CHAPTER
8
Data Structures: Cell Arrays and Structures
..............245
8.1
Cell Arrays
.........................................................................246
8.2
Structures
...........................................................................252
CHAPTER
9
Advanced File Input and Output
.................................277
9.1
Lower-Level
Fue
I/O Functions
........................................278
9.2
Writing and Reading Spreadsheet Files
..........................291
9.3
Using MAT-Files for Variables
..........................................293
CHAPTER
10
Advanced Functions
.....................................................301
10.1
Anonymous Functions
....................................................301
10.2
Uses of Function Handles
...............................................303
10.3
Variable Numbers of Arguments
...................................306
10.4
Nested Functions
............................................................312
10.5
Recursive Functions
........................................................313
Γ
*
ΐ
Advanced Topics for Problem Solving
with
MATLAB
CHAPTER
11
Advanced Plotting Techniques
....................................327
11.1
Plot Functions
..................................................................327
Contents
11.2 Animation........................................................................334
11.3
Three-Dimensional Plots
.................................................335
11.4
Customizing Plots
...........................................................339
11.5
Handle Graphics and Plot Properties
............................341
11.6
Plot Applications
.............................................................351
CHAPTER
12
Matrix Representation of Linear Algebraic
Equations
.......................................................................367
12.1
Matrix Definitions
...........................................................368
12.2
Matrix Solutions to Systems of Linear Algebraic
Equations
.........................................................................381
CHAPTER
13
Basic Statistics, Sets, Sorting, and Indexing
...............401
13.1
Statistical Functions
........................................................402
13.2
Set Operations
.................................................................408
13.3
Sorting
..............................................................................412
13.4
Index Vectors
...................................................................419
13.5
Searching
.........................................................................422
CHAPTER
14
Sights and Sounds
........................................................435
14.1
Sound Files
......................................................................435
14.2
Image Processing
............................................................437
14.3
Introduction to Graphical User Interfaces
.....................446
CHAPTER
15
Advanced Mathematics
................................................473
15.1
Fitting Curves to Data
....................................................473
15.2
Complex Numbers
...........................................................481
15.3
Symbolic Mathematics
....................................................488
15.4
Calculus: Integration and Differentiation
.....................495
INDEX
.....................................................................................................511
|
any_adam_object | 1 |
author | Attaway, Stormy |
author_GND | (DE-588)1045172987 |
author_facet | Attaway, Stormy |
author_role | aut |
author_sort | Attaway, Stormy |
author_variant | s a sa |
building | Verbundindex |
bvnumber | BV039573070 |
classification_rvk | ST 601 |
classification_tum | DAT 306f |
ctrlnum | (OCoLC)756300201 (DE-599)BSZ34959614X |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01580nam a2200397 c 4500</leader><controlfield tag="001">BV039573070</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130218 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">110908s2012 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780123850812</subfield><subfield code="c">(pbk.) £30.99</subfield><subfield code="9">978-0-12-385081-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)756300201</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ34959614X</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91S</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-526</subfield><subfield code="a">DE-91G</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">DAT 306f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Attaway, Stormy</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1045172987</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Matlab</subfield><subfield code="b">a practical introduction to programming and problem solving</subfield><subfield code="c">Stormy Attaway</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Waltham, Mass. [u.a.]</subfield><subfield code="b">Butterworth-Heinemann</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XX, 518 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="c">24 cm</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="500" ind1=" " ind2=" "><subfield code="a">Previous ed.: 2009</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="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="653" ind1=" " ind2=" "><subfield code="a">MATLAB</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Numerical analysis / Computer programs</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><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="1"><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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</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=024424543&sequence=000002&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-024424543</subfield></datafield></record></collection> |
id | DE-604.BV039573070 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:06:32Z |
institution | BVB |
isbn | 9780123850812 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024424543 |
oclc_num | 756300201 |
open_access_boolean | |
owner | DE-91S DE-BY-TUM DE-29T DE-355 DE-BY-UBR DE-473 DE-BY-UBG DE-703 DE-706 DE-526 DE-91G DE-BY-TUM |
owner_facet | DE-91S DE-BY-TUM DE-29T DE-355 DE-BY-UBR DE-473 DE-BY-UBG DE-703 DE-706 DE-526 DE-91G DE-BY-TUM |
physical | XX, 518 S. graph. Darst. 24 cm |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Butterworth-Heinemann |
record_format | marc |
spelling | Attaway, Stormy Verfasser (DE-588)1045172987 aut Matlab a practical introduction to programming and problem solving Stormy Attaway 2. ed. Waltham, Mass. [u.a.] Butterworth-Heinemann 2012 XX, 518 S. graph. Darst. 24 cm txt rdacontent n rdamedia nc rdacarrier Previous ed.: 2009 Numerische Mathematik (DE-588)4042805-9 gnd rswk-swf MATLAB (DE-588)4329066-8 gnd rswk-swf MATLAB Numerical analysis / Computer programs Numerische Mathematik (DE-588)4042805-9 s MATLAB (DE-588)4329066-8 s DE-604 Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024424543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Attaway, Stormy Matlab a practical introduction to programming and problem solving Numerische Mathematik (DE-588)4042805-9 gnd MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4042805-9 (DE-588)4329066-8 |
title | Matlab a practical introduction to programming and problem solving |
title_auth | Matlab a practical introduction to programming and problem solving |
title_exact_search | Matlab a practical introduction to programming and problem solving |
title_full | Matlab a practical introduction to programming and problem solving Stormy Attaway |
title_fullStr | Matlab a practical introduction to programming and problem solving Stormy Attaway |
title_full_unstemmed | Matlab a practical introduction to programming and problem solving Stormy Attaway |
title_short | Matlab |
title_sort | matlab a practical introduction to programming and problem solving |
title_sub | a practical introduction to programming and problem solving |
topic | Numerische Mathematik (DE-588)4042805-9 gnd MATLAB (DE-588)4329066-8 gnd |
topic_facet | Numerische Mathematik MATLAB |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024424543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT attawaystormy matlabapracticalintroductiontoprogrammingandproblemsolving |