(一)参考文献:https://www.ilovematlab.cn/thread-48319-1-1.html
(二)
clc
clear
a = 10
exist('a')
ans =1
clc
clear
exist('a')
ans =0
(一)参考文献:https://www.ilovematlab.cn/thread-48319-1-1.html
(二)
clc
clear
a = 10
exist('a')
ans =1
clc
clear
exist('a')
ans =0