MATLAB: an introduction with applications ; [MATLAB 7.5]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Hoboken, NJ
Wiley
2008
|
Ausgabe: | 3. ed. |
Schlagworte: | |
Online-Zugang: | Contributor biographical information Publisher description Table of contents only Inhaltsverzeichnis |
Beschreibung: | X, 374 S. Ill., graph. Darst. |
ISBN: | 9780470108772 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV023481974 | ||
003 | DE-604 | ||
005 | 20091007 | ||
007 | t | ||
008 | 080807s2008 xxuad|| |||| 00||| eng d | ||
010 | |a 2008271592 | ||
020 | |a 9780470108772 |c pbk. : acidfree paper |9 978-0-470-10877-2 | ||
035 | |a (OCoLC)634674841 | ||
035 | |a (DE-599)BVBBV023481974 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-898 |a DE-29T |a DE-20 | ||
050 | 0 | |a QA297 | |
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
100 | 1 | |a Gilat, Amos |e Verfasser |4 aut | |
245 | 1 | 0 | |a MATLAB |b an introduction with applications ; [MATLAB 7.5] |c Amos Gilat |
250 | |a 3. ed. | ||
264 | 1 | |a Hoboken, NJ |b Wiley |c 2008 | |
300 | |a X, 374 S. |b Ill., graph. Darst. | ||
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 |
689 | 0 | 0 | |a MATLAB |0 (DE-588)4329066-8 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0814/2008271592-b.html |3 Contributor biographical information | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0814/2008271592-d.html |3 Publisher description | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0814/2008271592-t.html |3 Table of contents only | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016664080&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016664080 |
Datensatz im Suchindex
_version_ | 1804137908511178752 |
---|---|
adam_text | Contents
Preface v
Introduction 1
Chapter 1 Starting with MATLAB 5
1.1 Starting MATLAB, MATLAB Windows 5
1.2 Working in the Command Window 9
1.3 Arithmetic Operations with Scalars 10
1.3.1 Order of Precedence 11
1.3.2 Using MATLAB as a Calculator 11
1.4 Display Formats 12
1.5 Elementary Math Built-In Functions 13
1.6 Defining Scalar Variables 16
1.6.1 The Assignment Operator 16
1.6.2 Rules About Variable Names 18
1.6.3 Predefined Variables and keywords 18
1.7 Useful Commands for Managing Variables 19
1.8 Script Files 20
1.8.1 Notes About Script Files 20
1.8.2 Creating and Saving a Script File 21
1.8.3 Running (Executing) a Script File 22
1.8.4 Current Directory 22
1.9 Examples of MATLAB Applications 24
1.10 Problems 27
Chapter 2 Creating Arrays 33
2.1 Creating a One-Dimensional Array (Victor) 33
2.2 Creating a Two-Dimensional Array (Matrix) 36
2.2.1 The zeros, ones and eye Commands 38
2.3 Notes Aboi.t Variables in MATLAB 39
2.4 Tin-: Transpose Operator 39
2.5 Array Addressing 40
2.5.1 Vector 40
2.5.2 Matrix 41
2.6 Using a Colon : in Addressing Arrays 41
2.7 Adding Elements to Existing Variables 44
2.8 Deleting Elements 46
2.9 Blilt-In Functions for Handling Arrays 47
2.10 Strings and Strings as Variables 50
2.11 Problems 53
Chapter 3 Mathematical Operations with Arrays 57
3.1 Addition and Subtraction 58
3.2 Array Multiplication 59
3.3 Array Division 62
vii
3.4 Element-by-Element Operations 66
3.5 Using Arrays in MATLAB Built-In Math Functions 69
3.6 Built-In Functions for Analyzing Arrays 69
3.7 Generation of Random Numbers 71
3.8 Examples of MATLAB Applications 73
3.9 Problems 79
Chapter 4 Using Script Files and Managing Data 85
4.1 the matlab workspace and the workspace window 86
4.2 Input to a Script File 87
4.3 Output Commands 90
4.3.1 The disp Command 91
4.3.2 The fprintf Command 93
4.4 THE save AND load COMMANDS 101
4.4.1 The save Command 101
4.4.2 The load Command 102
4.5 Importing and Exporting Data 104
4.5.1 Commands for Importing and Exporting Data 104
4.5.2 Using the Import Wizard 106
4.6 Examples of MATLAB Applications 108
4.7 Problems 113
Chapter 5 Two-Dimensional Plots 119
5.1 The plot Command 120
5.1.1 Plot of Given Data 124
5.1.2 Plot of a Function 125
5.2 The fpiot Command 126
5.3 Plotting Multiple Graphs in the Same Plot 127
5.3.1 Using the plot Command 127
5.3.2 Using the hold on, hold off Commands 128
5.3.3 Using the line Command 129
5.4 Formatting a Plot 130
5.4.1 Formatting a Plot Using Commands 130
5.4.2 Formatting a Plot Using the Plot Editor 134
5.5 Plots with Logarithmic Axes 135
5.6 Plots with Error Bars 136
5.7 Plots with Special Graphics 138
5.8 Histograms 139
5.9 Polar Plots 142
5.10 Plotting Multiple Plots on the Same Page 143
5.11 Multiple Figure Windows 143
5.12 Examples of MATLAB Applications 145
5.13 Problems 149
Chapter 6 User-Defined Functions and Function Files 155
6.1 Creating a Function File 156
6.2 Structure of a Function File 156
6.2.1 Function Definition Line 157
6.2.2 Input and Output Arguments 158
6.2.3 The HI Line and Help Text Lines 159
6.2.4 Function Body 160
6.3 Local and Global Variables 160
6.4 Saving a Function File 161
6.5 Using a User-Defined Function 162
6.6 Examples of Simple User-Defined Functions 163
6.7 Comparison Between Script Files and Function Files 165
6.8 Anonymous and Inline Functions 165
6.8.1 Anonymous Functions 166
6.8.2 Inline Functions 169
6.9 Function Functions 170
6.9.1 Using Function Handles for Passing a Function into a Function
Function 171
6.9.2 Using a Function Name for Passing a Function into a Function
Function 174
6.10 subfunctions 176
6.11 Nested Functions 178
6.12 Examples of MATLAB Applications 181
6.13 Problems 184
Chapter 7 Programming in MATLAB 191
7.1 Relational and Logical Operators 192
7.2 Conditional Statements 200
7.2.1 The if-end Structure 200
7.2.2 The if-else-end Structure 202
7.2.3 The if-elseif-else-end Structure 204
7.3 THE switch-case STATEMENT 205
7.4 Loops 208
7.4.1 for-end Loops 208
7.4.2 while-end Loops 213
7.5 Nested Loops and Nested Conditional Statements 216
7.6 THE break AND continue COMMANDS 218
7.7 Examples of MATLAB Applications 219
7.8 Problems 227
Chapter 8 Polynomials, Curve Fitting, and Interpolation 235
8.1 Polynomials 235
8.1.1 Value of a Polynomial 236
8.1.2 Roots of a Polynomial 237
8.1.3 Addition, Multiplication, and Division of Polynomials 238
8.1.4 Derivatives of Polynomials 240
8.2 Curve Fitting 241
8.2.1 Curve Fitting with Polynomials, the polyfit Function 241
8.2.2 Curve Fitting with Functions Other than Polynomials 245
8.3 Interpolation 248
8.4 The Basic Fitting Interface 252
8.5 Examples of MATLAB Applications 255
8.6 Problems 260
Chapter 9 Three-Dimensional Plots 267
9.1 Line Plots 267
9.2 Mesh and Surface Plots 268
9.3 Plots with Special Graphics 275
9.4 THE view COMMAND 277
9.5 Examples of MATLAB Applications 279
9.6 Problems 284
Chapter 10 Applications in Numerical Analysis 289
10.1 Solving an Equation with One Variable 289
10.2 Finding a Minimum or a Maximum of a Function 292
10.3 Numerical Integration 294
10.4 Ordinary Differential Equations 297
10.5 Examples of MATLAB Applications 301
10.6 Problems 307
Chapter 11 Symbolic Math 313
11.1 Symbolic Objects, and Symbolic Expressions 314
11.1.1 Creating Symbolic Objects 314
11.1.2 Creating Symbolic Expressions 316
11.1.3 The f indsym Command and the Default Symbolic
Variable 319
11.2 Changing the Form of an Existing Symbolic Expression 320
11.2.1 The collect, expand, and factor Commands 320
11.2.2 The s imp 1 i f y and s imp 1 e Commands 322
11.2.3 The pretty Command 323
11.3 Solving Algebraic Equations 324
11.4 Differentiation 329
11.5 Integration 331
11.6 Solving an Ordinary Differential Equation 332
11.7 Plotting Symbolic Expressions 335
11.8 Numerical Calculations with Symbolic Expressions 338
11.9 Examples of MATLAB Applications 342
11.10 Problems 350
Appendix: Summary of Characters, Commands, and
Functions 357
Answers to Selected Problems 363
Index 369
|
adam_txt |
Contents
Preface v
Introduction 1
Chapter 1 Starting with MATLAB 5
1.1 Starting MATLAB, MATLAB Windows 5
1.2 Working in the Command Window 9
1.3 Arithmetic Operations with Scalars 10
1.3.1 Order of Precedence 11
1.3.2 Using MATLAB as a Calculator 11
1.4 Display Formats 12
1.5 Elementary Math Built-In Functions 13
1.6 Defining Scalar Variables 16
1.6.1 The Assignment Operator 16
1.6.2 Rules About Variable Names 18
1.6.3 Predefined Variables and keywords 18
1.7 Useful Commands for Managing Variables 19
1.8 Script Files 20
1.8.1 Notes About Script Files 20
1.8.2 Creating and Saving a Script File 21
1.8.3 Running (Executing) a Script File 22
1.8.4 Current Directory 22
1.9 Examples of MATLAB Applications 24
1.10 Problems 27
Chapter 2 Creating Arrays 33
2.1 Creating a One-Dimensional Array (Victor) 33
2.2 Creating a Two-Dimensional Array (Matrix) 36
2.2.1 The zeros, ones and eye Commands 38
2.3 Notes Aboi.t Variables in MATLAB 39
2.4 Tin-: Transpose Operator 39
2.5 Array Addressing 40
2.5.1 Vector 40
2.5.2 Matrix 41
2.6 Using a Colon : in Addressing Arrays 41
2.7 Adding Elements to Existing Variables 44
2.8 Deleting Elements 46
2.9 Blilt-In Functions for Handling Arrays 47
2.10 Strings and Strings as Variables 50
2.11 Problems 53
Chapter 3 Mathematical Operations with Arrays 57
3.1 Addition and Subtraction 58
3.2 Array Multiplication 59
3.3 Array Division 62
vii
3.4 Element-by-Element Operations 66
3.5 Using Arrays in MATLAB Built-In Math Functions 69
3.6 Built-In Functions for Analyzing Arrays 69
3.7 Generation of Random Numbers 71
3.8 Examples of MATLAB Applications 73
3.9 Problems 79
Chapter 4 Using Script Files and Managing Data 85
4.1 the matlab workspace and the workspace window 86
4.2 Input to a Script File 87
4.3 Output Commands 90
4.3.1 The disp Command 91
4.3.2 The fprintf Command 93
4.4 THE save AND load COMMANDS 101
4.4.1 The save Command 101
4.4.2 The load Command 102
4.5 Importing and Exporting Data 104
4.5.1 Commands for Importing and Exporting Data 104
4.5.2 Using the Import Wizard 106
4.6 Examples of MATLAB Applications 108
4.7 Problems 113
Chapter 5 Two-Dimensional Plots 119
5.1 The plot Command 120
5.1.1 Plot of Given Data 124
5.1.2 Plot of a Function 125
5.2 The fpiot Command 126
5.3 Plotting Multiple Graphs in the Same Plot 127
5.3.1 Using the plot Command 127
5.3.2 Using the hold on, hold off Commands 128
5.3.3 Using the line Command 129
5.4 Formatting a Plot 130
5.4.1 Formatting a Plot Using Commands 130
5.4.2 Formatting a Plot Using the Plot Editor 134
5.5 Plots with Logarithmic Axes 135
5.6 Plots with Error Bars 136
5.7 Plots with Special Graphics 138
5.8 Histograms 139
5.9 Polar Plots 142
5.10 Plotting Multiple Plots on the Same Page 143
5.11 Multiple Figure Windows 143
5.12 Examples of MATLAB Applications 145
5.13 Problems 149
Chapter 6 User-Defined Functions and Function Files 155
6.1 Creating a Function File 156
6.2 Structure of a Function File 156
6.2.1 Function Definition Line 157
6.2.2 Input and Output Arguments 158
6.2.3 The HI Line and Help Text Lines 159
6.2.4 Function Body 160
6.3 Local and Global Variables 160
6.4 Saving a Function File 161
6.5 Using a User-Defined Function 162
6.6 Examples of Simple User-Defined Functions 163
6.7 Comparison Between Script Files and Function Files 165
6.8 Anonymous and Inline Functions 165
6.8.1 Anonymous Functions 166
6.8.2 Inline Functions 169
6.9 Function Functions 170
6.9.1 Using Function Handles for Passing a Function into a Function
Function 171
6.9.2 Using a Function Name for Passing a Function into a Function
Function 174
6.10 subfunctions 176
6.11 Nested Functions 178
6.12 Examples of MATLAB Applications 181
6.13 Problems 184
Chapter 7 Programming in MATLAB 191
7.1 Relational and Logical Operators 192
7.2 Conditional Statements 200
7.2.1 The if-end Structure 200
7.2.2 The if-else-end Structure 202
7.2.3 The if-elseif-else-end Structure 204
7.3 THE switch-case STATEMENT 205
7.4 Loops 208
7.4.1 for-end Loops 208
7.4.2 while-end Loops 213
7.5 Nested Loops and Nested Conditional Statements 216
7.6 THE break AND continue COMMANDS 218
7.7 Examples of MATLAB Applications 219
7.8 Problems 227
Chapter 8 Polynomials, Curve Fitting, and Interpolation 235
8.1 Polynomials 235
8.1.1 Value of a Polynomial 236
8.1.2 Roots of a Polynomial 237
8.1.3 Addition, Multiplication, and Division of Polynomials 238
8.1.4 Derivatives of Polynomials 240
8.2 Curve Fitting 241
8.2.1 Curve Fitting with Polynomials, the polyfit Function 241
8.2.2 Curve Fitting with Functions Other than Polynomials 245
8.3 Interpolation 248
8.4 The Basic Fitting Interface 252
8.5 Examples of MATLAB Applications 255
8.6 Problems 260
Chapter 9 Three-Dimensional Plots 267
9.1 Line Plots 267
9.2 Mesh and Surface Plots 268
9.3 Plots with Special Graphics 275
9.4 THE view COMMAND 277
9.5 Examples of MATLAB Applications 279
9.6 Problems 284
Chapter 10 Applications in Numerical Analysis 289
10.1 Solving an Equation with One Variable 289
10.2 Finding a Minimum or a Maximum of a Function 292
10.3 Numerical Integration 294
10.4 Ordinary Differential Equations 297
10.5 Examples of MATLAB Applications 301
10.6 Problems 307
Chapter 11 Symbolic Math 313
11.1 Symbolic Objects, and Symbolic Expressions 314
11.1.1 Creating Symbolic Objects 314
11.1.2 Creating Symbolic Expressions 316
11.1.3 The f indsym Command and the Default Symbolic
Variable 319
11.2 Changing the Form of an Existing Symbolic Expression 320
11.2.1 The collect, expand, and factor Commands 320
11.2.2 The s imp 1 i f y and s imp 1 e Commands 322
11.2.3 The pretty Command 323
11.3 Solving Algebraic Equations 324
11.4 Differentiation 329
11.5 Integration 331
11.6 Solving an Ordinary Differential Equation 332
11.7 Plotting Symbolic Expressions 335
11.8 Numerical Calculations with Symbolic Expressions 338
11.9 Examples of MATLAB Applications 342
11.10 Problems 350
Appendix: Summary of Characters, Commands, and
Functions 357
Answers to Selected Problems 363
Index 369 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Gilat, Amos |
author_facet | Gilat, Amos |
author_role | aut |
author_sort | Gilat, Amos |
author_variant | a g ag |
building | Verbundindex |
bvnumber | BV023481974 |
callnumber-first | Q - Science |
callnumber-label | QA297 |
callnumber-raw | QA297 |
callnumber-search | QA297 |
callnumber-sort | QA 3297 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 601 |
ctrlnum | (OCoLC)634674841 (DE-599)BVBBV023481974 |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01598nam a2200397zc 4500</leader><controlfield tag="001">BV023481974</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091007 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080807s2008 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2008271592</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470108772</subfield><subfield code="c">pbk. : acidfree paper</subfield><subfield code="9">978-0-470-10877-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)634674841</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV023481974</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-898</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-20</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA297</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="100" ind1="1" ind2=" "><subfield code="a">Gilat, Amos</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MATLAB</subfield><subfield code="b">an introduction with applications ; [MATLAB 7.5]</subfield><subfield code="c">Amos Gilat</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Hoboken, NJ</subfield><subfield code="b">Wiley</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 374 S.</subfield><subfield code="b">Ill., graph. Darst.</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="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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0814/2008271592-b.html</subfield><subfield code="3">Contributor biographical information</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0814/2008271592-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0814/2008271592-t.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=016664080&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-016664080</subfield></datafield></record></collection> |
id | DE-604.BV023481974 |
illustrated | Illustrated |
index_date | 2024-07-02T21:38:18Z |
indexdate | 2024-07-09T21:19:46Z |
institution | BVB |
isbn | 9780470108772 |
language | English |
lccn | 2008271592 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016664080 |
oclc_num | 634674841 |
open_access_boolean | |
owner | DE-898 DE-BY-UBR DE-29T DE-20 |
owner_facet | DE-898 DE-BY-UBR DE-29T DE-20 |
physical | X, 374 S. Ill., graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Wiley |
record_format | marc |
spelling | Gilat, Amos Verfasser aut MATLAB an introduction with applications ; [MATLAB 7.5] Amos Gilat 3. ed. Hoboken, NJ Wiley 2008 X, 374 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier MATLAB (DE-588)4329066-8 gnd rswk-swf MATLAB (DE-588)4329066-8 s DE-604 http://www.loc.gov/catdir/enhancements/fy0814/2008271592-b.html Contributor biographical information http://www.loc.gov/catdir/enhancements/fy0814/2008271592-d.html Publisher description http://www.loc.gov/catdir/enhancements/fy0814/2008271592-t.html Table of contents only HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016664080&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Gilat, Amos MATLAB an introduction with applications ; [MATLAB 7.5] MATLAB (DE-588)4329066-8 gnd |
subject_GND | (DE-588)4329066-8 |
title | MATLAB an introduction with applications ; [MATLAB 7.5] |
title_auth | MATLAB an introduction with applications ; [MATLAB 7.5] |
title_exact_search | MATLAB an introduction with applications ; [MATLAB 7.5] |
title_exact_search_txtP | MATLAB an introduction with applications ; [MATLAB 7.5] |
title_full | MATLAB an introduction with applications ; [MATLAB 7.5] Amos Gilat |
title_fullStr | MATLAB an introduction with applications ; [MATLAB 7.5] Amos Gilat |
title_full_unstemmed | MATLAB an introduction with applications ; [MATLAB 7.5] Amos Gilat |
title_short | MATLAB |
title_sort | matlab an introduction with applications matlab 7 5 |
title_sub | an introduction with applications ; [MATLAB 7.5] |
topic | MATLAB (DE-588)4329066-8 gnd |
topic_facet | MATLAB |
url | http://www.loc.gov/catdir/enhancements/fy0814/2008271592-b.html http://www.loc.gov/catdir/enhancements/fy0814/2008271592-d.html http://www.loc.gov/catdir/enhancements/fy0814/2008271592-t.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016664080&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT gilatamos matlabanintroductionwithapplicationsmatlab75 |