for loop example for MATLAB
multiplication_table.m
Write a function with the header [M] = multiplication_table(N) that will output an (N+1)x(N+1) multiplication table where the first row and first column go from 0 to N and the inside of the matrix is a multiplication table