diff --git a/ex1/warmUpExercise.m b/ex1/warmUpExercise.m index 4ab8187..f498de3 100644 --- a/ex1/warmUpExercise.m +++ b/ex1/warmUpExercise.m @@ -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);