MatLab Arrays Indexing | Operations using Vector addressing | Matlab tutorials for Beginners
Topics covered in this video
02:47 Introduction to vector indexing
05:15 Retrieving single value from a given vector
07:05 Applying operations on retrieved vector values
08:10 Calling multiple values from a given vector
10:45 Array indexing using colon style
14:51 Assigning values using vector indexing
16:34 Assigning value to index of non-defined vector
20:06 increasing the number of elements in a given vector
21:46 deleting element from a vector
23:31 Operations on column vector
25:26 joining/combining two vectors
29:41 Practise Question 1
37:03 Finding the total number of elements of a vector
38:53 Practise Question 2
42:30 Writing the elements of a given vector in reverse order
43:39 Practise Question 3