Chapter-1: (Class Needed-1)
Topics:
1. Starting MATLAB
2. Using MATLAB as a calculator
3. Quitting MATLAB.
4. Creating MATLAB variables.
5. Overwriting variable
6. Error messages.
7. Making corrections
8. Controlling the hierarchy of operations or precedence
9. Controlling the appearance of a floating-point number
10. Managing the workspace
11. Keeping track of your work session
12. Entering multiple statements per line
13. Miscellaneous commands
14. Getting help
Chapter-2:(Class Needed-2)
Topics:
1. Mathematical functions with related Examples.
2. 2.2 Basic plotting • Creating simple plots.
• Adding titles, axis labels, and annotations
3. Matrix generation.
• Entering a vector
• Entering a matrix
• Entering a matrix
• Colon operator
• Linear spacing
• Colon operator in a matrix
• Creating a sub-matrix
• Deleting row or column
• Dimension
• Continuation
• Transposing a matrix
• Concatenating matrices
• Matrix generators
• Special matrices
Chapter-3:(Class Needed-1)
Topics:
1. Array operations.
• Matrix arithmetic operations.
• Array arithmetic operations.
2. Solving linear equations.
• Matrix inverse
• Matrix functions
Chapter-4: (Class Needed-1)
Topics: Introduction to programming in MATLAB.
1. Introduction
2. M-File Scripts
• Examples
• Script side-effects
3. M-File functions
• Anatomy of an M-File function
• Input and output arguments
4. Input to a script file
5. Output commands
Chapter-5: (Class Needed-1)
1. Introduction. 2. Control flow.
• The ‘‘if…end’’ structure
• Relational and logical operators
• The ‘‘for…end’’ loop
• The ‘‘while…end’’ loop
• Other flow structures
• Operator precedence 3. Saving output to a file.
Chapter-6:(Class Needed-1)
Topics: Debugging M-files.
1. Introduction.
2. Debugging process.
• Preparing for debugging
• Setting breakpoints
• Running with breakpoints
• Examining values
• Correcting and ending debugging
• Ending debugging
• Correcting an M-file