Skip to content

Instantly share code, notes, and snippets.

@kouichi-c-nakamura
Created June 29, 2016 21:57
Show Gist options
  • Save kouichi-c-nakamura/45dbbdd0b000fbece469655c8c41fa48 to your computer and use it in GitHub Desktop.
Save kouichi-c-nakamura/45dbbdd0b000fbece469655c8c41fa48 to your computer and use it in GitHub Desktop.
MATLAB Live Editor/Live Scriptの感想 ref: http://qiita.com/kouichi-c-nakamura/items/3c15caae4ad7b278fc19
for i = 1:1000
tic
a = rand(1000);
clear a
t(i) = toc;
end
disp(mean(t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment