Warmup exercise
This commit is contained in:
parent
79825e97f4
commit
136815f0b7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ A = [];
|
||||||
% In octave, we return values by defining which variables
|
% In octave, we return values by defining which variables
|
||||||
% represent the return values (at the top of the file)
|
% represent the return values (at the top of the file)
|
||||||
% and then set them accordingly.
|
% and then set them accordingly.
|
||||||
|
A = eye(5);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue