MATLAB 关于stem的问题在运行>> x = 0:25; y = [exp(-.07*x).*cos(x);exp(.05*x).*cos(x)]'; h = stem(x,y); set(h(1),'MarkerFaceColor','blue') set(h(2),'MarkerFaceColor','red','Marker','square')时出现错误Attempt to execute SCRIPT stem as a fun
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/27 23:34:39
MATLAB 关于stem的问题在运行>> x = 0:25; y = [exp(-.07*x).*cos(x);exp(.05*x).*cos(x)]'; h = stem(x,y); set(h(1),'MarkerFaceColor','blue') set(h(2),'MarkerFaceColor','red','Marker','square')时出现错误Attempt to execute SCRIPT stem as a fun
MATLAB 关于stem的问题
在运行
>> x = 0:25;
y = [exp(-.07*x).*cos(x);exp(.05*x).*cos(x)]';
h = stem(x,y);
set(h(1),'MarkerFaceColor','blue')
set(h(2),'MarkerFaceColor','red','Marker','square')时
出现错误
Attempt to execute SCRIPT stem as a function:
F:\matlab\MATLABR2010b\toolbox\matlab\specgraph\stem.m
MATLAB 关于stem的问题在运行>> x = 0:25; y = [exp(-.07*x).*cos(x);exp(.05*x).*cos(x)]'; h = stem(x,y); set(h(1),'MarkerFaceColor','blue') set(h(2),'MarkerFaceColor','red','Marker','square')时出现错误Attempt to execute SCRIPT stem as a fun
错误提示你在希望找到stem.m文件的位置无法找到该文件,要么文件缺失,要么你matlab坏了.