From e22f0bdaebad39c30ce19964ad099ac54d7baec5 Mon Sep 17 00:00:00 2001 From: Fz Wang Date: Mon, 23 Nov 2020 13:33:31 +0000 Subject: [PATCH] Update HelloWorld.m --- HelloWorld.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HelloWorld.m b/HelloWorld.m index 9609fce..7c316af 100644 --- a/HelloWorld.m +++ b/HelloWorld.m @@ -1,8 +1,8 @@ -% +% Removes all variables from the current workspace, releasing them from system memory clear; -% +% Display version information for all installed products ver; -% +% Clear Command Window clc; -% -type hello_world +% Display contents +disp('你好,AI')