From 31fcfddf8c1deb9bdb0fdb0aca0461850fc70cc1 Mon Sep 17 00:00:00 2001 From: ANUJ YADAV <52133014+ANUJ581@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:47:12 +0530 Subject: [PATCH 1/2] updated print statement --- Pattern.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pattern.m b/Pattern.m index cd59fd6..8db3f73 100644 --- a/Pattern.m +++ b/Pattern.m @@ -15,4 +15,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); From 33e36a2ed60143347a05c81a2d54fe47a253767f Mon Sep 17 00:00:00 2001 From: ANUJ YADAV <52133014+ANUJ581@users.noreply.github.com> Date: Fri, 2 Oct 2020 19:53:02 +0530 Subject: [PATCH 2/2] commented on clear statement --- Pattern.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pattern.m b/Pattern.m index 8db3f73..eb90015 100644 --- a/Pattern.m +++ b/Pattern.m @@ -1,4 +1,6 @@ clear all; + %{clear all + %} close all; clc;