Aggiunto gauss naif e implementato alcuni script come funzioni.
This commit is contained in:
5
samples/sample_with_while.m
Normal file
5
samples/sample_with_while.m
Normal file
@@ -0,0 +1,5 @@
|
||||
a = 0;
|
||||
while a~= 5
|
||||
a= a + 0.625
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user