MATLAB中函数图形fplotfunction y=example4_1_10(x)y(:,1)=200*sin(x(:))./x(:);y(:,2)=x(:)^2;y(:,3)=0;fplot('example4_1_10',[-20,20])这个程序运行不出来 怎么回事?

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/05 02:53:53
MATLAB中函数图形fplotfunction y=example4_1_10(x)y(:,1)=200*sin(x(:))./x(:);y(:,2)=x(:)^2;y(:,3)=0;fplot('example4_1_10',[-20,20])这个程序运行不出来 怎么回事?

MATLAB中函数图形fplotfunction y=example4_1_10(x)y(:,1)=200*sin(x(:))./x(:);y(:,2)=x(:)^2;y(:,3)=0;fplot('example4_1_10',[-20,20])这个程序运行不出来 怎么回事?
MATLAB中函数图形fplot
function y=example4_1_10(x)
y(:,1)=200*sin(x(:))./x(:);
y(:,2)=x(:)^2;
y(:,3)=0;
fplot('example4_1_10',[-20,20])
这个程序运行不出来 怎么回事?

MATLAB中函数图形fplotfunction y=example4_1_10(x)y(:,1)=200*sin(x(:))./x(:);y(:,2)=x(:)^2;y(:,3)=0;fplot('example4_1_10',[-20,20])这个程序运行不出来 怎么回事?

哪里错了啊  我这运行的挺好的