Error:Missing variable or function.matlabradius=2.5;area=pi*2.5^2;string=['the area of the circle is ',num2str(area)];disp(string);

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/01 08:14:33

Error:Missing variable or function.matlabradius=2.5;area=pi*2.5^2;string=['the area of the circle is ',num2str(area)];disp(string);
Error:Missing variable or function.matlab
radius=2.5;
area=pi*2.5^2;
string=['the area of the circle is ',num2str(area)];
disp(string);

Error:Missing variable or function.matlabradius=2.5;area=pi*2.5^2;string=['the area of the circle is ',num2str(area)];disp(string);

这句话没有问题啊 

有图