“MATLAB Vectorization Demystified”: In this series, I try to explain vectorization operation in MATLAB in details step-by-step through several examples. This is part 2 in which “Matrices and Indexing” are explained. Matrix definition Every variable in MATLAB is an array that can hold many numbers, characters, strings, date and times, and so on. Arrays in […]