2010年最新版本,适合入门,介绍详细,使用最新版本的Matlab,内容包括统计分析编程。
Preface................................................................................................... xiii
Part I Programming and Problem Solving
Using MATLAB.............................................................1
Chapter 1 Introduction to MATLAB....................................................3
1.1 Getting into MATLAB............................................................. 4
1.2 Variables and Assignment Statements................................. 6
1.2.1 Initializing, Incrementing, and Decrementing............. 8
1.2.2 Variable Names.............................................................. 8
1.3 Expressions........................................................................... 10
1.3.1 The Format Function and Ellipsis.............................. 10
1.3.2 Operators...................................................................... 11
1.3.3 Built-In Functions and Help........................................ 12
1.3.4 Constants...................................................................... 14
1.3.5 Types............................................................................. 14
1.3.6 Random Numbers........................................................ 16
1.4 Characters and Encoding..................................................... 18
1.5 Vectors and Matrices............................................................ 20
1.5.1 Creating Row Vectors.................................................. 21
1.5.2 Creating Column Vectors............................................ 24
1.5.3 Creating Matrix Variables........................................... 24
1.5.4 Dimensions................................................................... 28
1.5.5 Using Functions with Vectors and Matrices.............. 33
1.5.6 Empty Vectors.............................................................. 33
Chapter 2 Introduction to MATLAB Programming.......................... 41
2.1 Algorithms............................................................................. 42
2.2 MATLAB Scripts.................................................................... 43
2.2.1 Documentation............................................................. 45
2.3 Input and Output.................................................................. 46                                        
                                    
附件列表