matlab 新手 Conversion to double from sym is not possible.
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/06 08:43:25
matlab 新手 Conversion to double from sym is not possible.
syms t
y=3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t)*sin(3*t+pi/6)
plot(t,y)
怎么画不出来图?
syms t
y=3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t)*sin(3*t+pi/6)
plot(t,y)
怎么画不出来图?
这怎么画图呢,变量又没定义,你干脆用ezplot吧
clear all;clc;
y=@(t)3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t)*sin(3*t+pi/6);
ezplot(y);
或者
clear all;clc;
t=-5.5:0.05:1;
y=3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t).*sin(3*t+pi/6);
plot(t,y);grid on;
clear all;clc;
y=@(t)3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t)*sin(3*t+pi/6);
ezplot(y);
或者
clear all;clc;
t=-5.5:0.05:1;
y=3*0.02*exp(-5*t)+exp(-12*t)-4*exp(-4*t).*sin(3*t+pi/6);
plot(t,y);grid on;
matlab 新手 Conversion to double from sym is not possible.
matlab Conversion to double from sym is not possible
matlab高手求助,Conversion to double from sym is not possible.
matlab问题:plot Conversion to double from sym is not possible,
matlab 画图出错 Conversion to double from sym is not possible.
Matlab求助!问题出现是Conversion to double from sym is not possible.
matlab绘图求助 提示错误Conversion to double from sym is not possible
matlab中出现?Conversion to double from sym is not possible.
matlab里面Conversion to double from sym is not possible.怎么回事啊?
matlab 报错Conversion to logical from sym is not possible.无法从
Matlab Error using ==> plot Conversion to double from sym is
matlab高手求教!Error using plot Conversion to double from sym is