Created
June 29, 2016 21:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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