求助运行toimage.m文件时的问题
我在运行程序的时候,运行到命令行=toimage(A,fa,tt,length(tt));
的时候总是有如下错误提示
??? Error: File: toimage.m Line: 59 Column: 1
This statement is not inside any function.
(It follows the END that terminates the definition of the function "toimage".)
观察 toimage.m,发现toimage.m Line: 59 Column: 1
对应着 命令行 lt=length(t);
请问是什么原因? 请高手帮忙解答 其上面多了个end,把其去掉就可以了 个人有的toimage.m中第59行并非对应1t=length(t)?
如楼上说的可能性外, 也可能end后头有多馀的程序! 没LZ的程序不好确定! 谢谢指点,我的toimage.m中有格式错误,现可以运行了,但是当运行采样序列较长的信号时还会出现错误:
=wavread('ci1.wav');
>> x=x(100:1:30000);
>> imf=emd(x);
>> =hhspectrum(imf);
>> = toimage(A,fa,tt,length(tt));
??? Out of memory. Type HELP MEMORY for your options.
Error in ==> toimage at 64
im(splx,sply) = 0;
请问怎么回事,与内存有关,还是程序本身还存在问题?谢谢了 回复 abc198478 的帖子
好像是多了end,但是现在又出现下列情况:
??? Error using ==> toimage
Too many output arguments.
这又是怎么回事?很费解啊{:{16}:}
abc198478 发表于 2009-12-25 20:38 static/image/common/back.gif
其上面多了个end,把其去掉就可以了
我勒个去 困扰我的问题居然这么解决了……谢谢大神 回复 2 # abc198478 的帖子
非常感谢,多谢啦! 很受用,谢谢
页:
[1]