Skip to content

Instantly share code, notes, and snippets.

@KCErb
Created December 5, 2014 21:01
Show Gist options
  • Save KCErb/aa0377a61f6f4b4e0270 to your computer and use it in GitHub Desktop.
Save KCErb/aa0377a61f6f4b4e0270 to your computer and use it in GitHub Desktop.
n_times = 2^16;
a_in = rand(1,n_times);
tic
a_in(:) = a_in(:) + 5.0;
toc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment