![]() |
继续求助
clear all;
close all; syms t; f1=sym('(t/2+1)*rectpuls(t-2,4)'); subplot(2,3,1); ezplot(f1); title('f1(t)'); f2=sym('sin(2*pi*t)'); subplot(2,3,2); ezplot(f2,[-4,4]); title('f2(t)'); F1=fourier(f1); subplot(2,3,3); ezplot(abs(F)); title('F1(\omega)'); 上面这段程序在Matlab 6.5下运行,前两张图正常显示,最后一张图出不来,提示: Error in ==> E:\教案\信号与系统\MATLAB实验程序\a.m On line 14 ==> ezplot(abs(F)); 还是这段程序,在Matlab 2008a下运行不出来,提示: Error in ==> a at 4 f1=sym('(t/2+1)*rectpuls(t-2,4)'); 为什么啊? |
回复: 继续求助
你应该把错误说明贴出来,这样大家才好看
|
所有时间均为北京时间。现在的时间是 11:10。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.