matlab中 Error using ==> plot Conversion to double from sym i
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/08 19:50:31
matlab中 Error using ==> plot Conversion to double from sym is not possible.的问题
clear all
clc
syms t gamma r1 i a
%
t=0:pi/50:pi/2;
gamma=0:pi/50:pi/2;
r1=3;
i=4;
a=r1+r1*i;
plot(x1,y1,'g',x2,y2,'r',x,y,'k');
axis equal
我想画出(x1,y1),(x2,y2)和(x,y)的曲线,可是出现Error using ==> plot
Conversion to double from sym is not possible.的问题
请问各位如何解决?
谢谢了!
clear all
clc
syms t gamma r1 i a
%
t=0:pi/50:pi/2;
gamma=0:pi/50:pi/2;
r1=3;
i=4;
a=r1+r1*i;
plot(x1,y1,'g',x2,y2,'r',x,y,'k');
axis equal
我想画出(x1,y1),(x2,y2)和(x,y)的曲线,可是出现Error using ==> plot
Conversion to double from sym is not possible.的问题
请问各位如何解决?
谢谢了!
plot函数要求输入宗量是数值类型,sym符号类型是不行的.把开头定义符号变量的语句去掉.
matlab中 Error using ==> plot Conversion to double from sym i
Matlab Error using ==> plot Conversion to double from sym is
matlab高手求教!Error using plot Conversion to double from sym is
matlab用plot画图出现错误 Error using ==> plot Conversion to double
matlab用plot语句出错显示? Error using ==> plot Conversion to double
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 Error using ==> sym.mpower
matlab高手求助,Conversion to double from sym is not possible.
matlab 画图出错 Conversion to double from sym is not possible.