Skip to content

Instantly share code, notes, and snippets.

@wenweixu
Created February 19, 2020 19:03
Show Gist options
  • Save wenweixu/54d171cf9f55f97ffdcc4316804b100b to your computer and use it in GitHub Desktop.
Save wenweixu/54d171cf9f55f97ffdcc4316804b100b to your computer and use it in GitHub Desktop.
tic
for i = 1:10000
for j = 1:10000
z = i + j;
end
end
toc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment