diff --git a/Pattern.m b/Pattern.m index cd59fd6..eb90015 100644 --- a/Pattern.m +++ b/Pattern.m @@ -1,4 +1,6 @@ clear all; + %{clear all + %} close all; clc; @@ -15,4 +17,4 @@ pause(0.01); B(i,:) = A(:); end - printf('Total cpu time: %f seconds\n', cputime-t); \ No newline at end of file + printf('Total cpu time is: %f seconds\n', cputime-t);