为什么我用我的数据分解出imf以后,在求希尔伯特边际谱时会出错
运行程序会出现以下错误:??? 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".)
其中59行为lt=length(t);在toimage函数里面,望指点,不胜感激!
[ 本帖最后由 zhangnan3509 于 2010-5-17 18:00 编辑 ] 最好把你的程序贴出来,方便大家给你解答 程序没有全部让大家看 怎么有办法帮你找问题呢
回复 楼主 未经大脑 的帖子
end 的错误 [把lt=length(t);这个语句的上一行去掉(end去掉)], 然后保存一下, 就可以了。
页:
[1]