Skip to content

Instantly share code, notes, and snippets.

@bennuttall
Created September 9, 2013 01:53
Show Gist options
  • Save bennuttall/6490549 to your computer and use it in GitHub Desktop.
Save bennuttall/6490549 to your computer and use it in GitHub Desktop.
MATLAB and Java Assignments
for j = 0:120
...
if rem(j,2) == 0
yboat = yboat + 1
else
yboat = yboat - 1
end
...
end
for i = 1:10
a = 2*i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment