MATLAB 2009 Programming Fundamentals
介绍
Overview of MATLAB Classes . . . . . . . . . . . . . . . . . . . . . . . 1-2
Fundamental MATLAB Classes . . . . . . . . . . . . . . . . . . . . . . 1-2
How to Use the Different Classes . . . . . . . . . . . . . . . . . . . . 1-4
Numeric Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Floating-Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-14
Complex Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-24
Infinity and NaN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-25
Identifying Numeric Classes . . . . . . . . . . . . . . . . . . . . . . . . 1-27
Display Format for Numeric Values . . . . . . . . . . . . . . . . . . 1-27
Function Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-29
Logical Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-33
Overview of Logical Classes . . . . . . . . . . . . . . . . . . . . . . . . . 1-33
Identifying Logical Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . 1-34
Functions that Return a Logical Result . . . . . . . . . . . . . . . . 1-35
Using Logical Arrays in Conditional Statements . . . . . . . . 1-37
Using Logical Arrays in Indexing . . . . . . . . . . . . . . . . . . . . 1-38
Characters and Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-39
Creating Character Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . 1-39
Cell Arrays of Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-44
Formatting Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-46
String Comparisons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-59
Searching and Replacing . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-62
Converting from Numeric to String . . . . . . . . . . . . . . . . . . . 1-63
Converting from String to Numeric . . . . . . . . . . . . . . . . . . . 1-65
Function Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-67
Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-70
What Is a Structure? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-70
Creating a Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-72 |
下载地址
------分隔线----------------------------