In this video you will be able to get the concept of creating row and column vector. You will learn how to create row and column vectors using the following MATLAB tools:
1. Using colon without declaring step size.
2. Using colon by declaring step size.
3. Using linspace function
4. Using Logspace function
5. Creating an empty vector.
6. How to grow vector using the concept of concatenation.