1
0
Fork 0

Warmup exercise

master
neingeist 10 years ago
parent 79825e97f4
commit 136815f0b7

@ -8,7 +8,7 @@ A = [];
% In octave, we return values by defining which variables
% represent the return values (at the top of the file)
% and then set them accordingly.
A = eye(5);