Vectorization

Vectorization

Vectorization

These movies describe how to use matrix mathematics to implement efficient and simple Matlab code.

























TutorialDescription
Summations This movie calculates a summation using both a FOR loop and a vector statement.
Vectorizing Summations This movie describes how to convert a mathematical summation into a simple vectorized operation.
Matrix Example This example shows how to easily create a matrix of ones and also demonstrates how to multiply matrices.
"Matrix Dimensions Must Agree" This movie explains what the error message "Matrix Dimensions Must Agree" means.