Introduction To MATLAB: Matlab Function List PDF
Introduction To MATLAB: Matlab Function List PDF
1. Basics of MATLAB 1.1 Different Windows in MATLAB 1.2 MATLAB as a calculator 1.3 Making the Script files 2. Data Types in MATLAB 2.1 Integer 2.2 Real 2.3 Complex 2.4 Infinity (Inf) 2.5 Not a Number (NaN) 3. Random Numbers 3.1 Generating Random numbers 3.2 Manipulating Random numbers 4. Variables and Variable Names 4.1 eps ( 2. 2204 e -16)and pi (22/7 = 3.14159) 4.2 i , j When dealing with complex variables They can be used in the array index 5. Suppressing Output 6. Built-in Functions in MATLAB Go through the Function list
7. Vectors and Arrays 7.1 Definition of vectors and arrays 7.2 Row and Column vectors conversion 7.2.1 Examples for converting row to column vectors and vice versa 7.2.2 Caution with complex numbers 7.3 The colon Operator for continuous / sequence vectors 7.4 Extracting elements of a vector 8. Plotting in MATLAB 8.1 Plotting a function y = sin(x) 8.2 Labeling axes and plot title and legend
8.3 Changing the line color 8.4 Special Labeling 8.5 Creating multi-plots 8.6 Creating sub-plots 9. Solving ODES in MATLAB 10. Solving PDEs in MATLAB