Stuart’s MATLAB Videos

Watch and Learn

Debugging session 3

clear num = [1 1 1 1 1 1 1]; den = [1 2 3 0 5 6 7]; for i = 1: numel(den) if den(i) == 0 a = 1 else … read more >>