From 136815f0b71ac66db0ac82e8f52484165ecd67ab Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 30 Sep 2014 22:25:18 +0200 Subject: [PATCH] Warmup exercise --- ex1/warmUpExercise.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);