t = (1:10)'; % A column vector of
time samples
randn('state',0);
x = randn(size(t)); % A column vector of data
ts = linspace(-5,15,600)'; % times at which to interpolate data
y = sinc(ts(:,ones(size(t))) - t(:,ones(size(ts)))')*x;请问这个是什么意思啊?
plot(t,x,'o',ts,y)
求帮助啊!
一周热门 更多>