suciyaya 发表于 2006-5-31 15:26

为什么回出现这样的情况呢?

<P>下面是我的源程序:<BR>clear;<BR>sig=;<BR>tfrpwv(sig);<BR><BR>在matlab中运行后出现了<BR>Warning: Could not find an exact (case-sensitive) match for 'tfrpwv'. d:\Program Files\MATLAB704\work\TFRPWV.M is a case-insensitive match and will be used instead.You can improve the performance of your code by using exact name matches and we therefore recommend that you update your usage accordingly.Alternatively, you can disable this warning using warning('off','MATLAB:dispatcher:InexactMatch').<BR>&gt; In ss at 3<BR>??? Error using ==&gt; window<BR>Not enough input arguments.</P>
<P>Error in ==&gt; TFRPWV at 43<BR> t=1:xrow; h = window(hlength); trace=0;</P>
<P>Error in ==&gt; ss at 3<BR>tfrpwv(sig);<BR><BR><BR>这是为什么会出现这个问题?</P>

NASA 发表于 2006-5-31 17:07

回复:(suciyaya)为什么回出现这样的情况呢?

矩阵运算时大小不一致,最好贴一下完整的代码
页: [1]
查看完整版本: 为什么回出现这样的情况呢?