Independently published, 2021. — 121 p. — ASIN B08ZSRXTYC.
MatLAB Programming in 8 Hours & Exercises covers all essential MatLAB knowledge. You can learn complete primary skills of MatLAB fast and easily. The book includes more than 60 practical examples for beginners and includes exercises for the college exam, the engineer certification exam, and the job interview exam.
Prerequisite to learn MatLABBefore learning the MatLAB, you should have basic knowledge of vector, array and matrix, because MatLAB works with vector, array and matrix.
Hour 1What is MatLAB Language?
The Role of MatLAB
MatLAB Editors
MatLAB Basic
Special Variable & Constant
Rule of Variable Name
Variable
Show About Variables
Statement Too Long
Decimal Place
Display as Exponent
MatLAB File
Hour 2Data Type
Conversion
Check Data Type
Display String Value
Arithmetical Operators
Arithmetical Functions (1)
Arithmetical Functions (2)
Logical Operators
Logical Functions
Comparison Operators
Check Equality
Hour 3Print Format
Array & Matrix
Collection Operations
If…end Statement
If…else…end Statement
if...elseif... else...end Statement
Nested If…end Statement
Switch Statement
Nested Switch Statement
Hour 4While Loop
For Loop (1)
For Loop (2)
For Loop (3)
Break Statement
Continue Statement
A Matrix With Zero Elements
A Matrix With One Elements
Diagonal Matrix
An Array With Random Elements
Magic Array
Two-Dimensional Array
Hour 5Array Functions
Elements Shift
Sort an Array (1)
Sort an Array (2)
Cell Array
Colon Symbol
Access Cell Array
Step Length
Hour 6Lower & Upper
strfind & strrep
strcat & strjoin
strcmp & strtok
String Functions
Anonymous Function
Define a Function
Nested Function
Vector
Reference Vector Elements
Vector Add & Substract
Vector Multiplication
Hour 7Vector Transpose
Row Vector Append
Column Vector Append
Vector Dot Product
Vector Magnitude
Linspace Vector
Matrix
Create a Matrix
Matrix Add & Subtract
Matrix Multiplication
Hour 8MatLAB Division ( / )
MatLAB Division ( )
One Number & Matrix
Matrix Transpose
Join Matrices
Matrix Determinant
Inverse Matrix
Linear Graph
Arc Graph
Sine Graph
MatLAB Exercises
Questions
Answers