主题
:
帮忙看一下这三两行程序
查看单个帖子
2008-12-18, 22:28
#
1
smart55427
初级会员
注册日期: 2008-04-17
年龄: 36
帖子: 2
声望力:
0
帮忙看一下这三两行程序
clc;
clear;
syms t k;
y=exp(-i*pi.*k*t);
fn=1/2*int(y,t,-0.5,0.5)
k=[-10:10];
stem(k,fn)
??? Error using ==> stem
The length of X must match the number of rows of Y.
Error in ==> ex3_4_1 at 7
stem(k,fn)
怎么改呢,求高手指点。
smart55427
查看公开信息
发送悄悄话给 smart55427
查找 smart55427 发表的更多帖子