zhangtao 发表于 2011-8-1 22:42 
还有:运行ecm_d.m时,提示以下错误,如何解决?
??? Error using ==> fopen
The file mode for fopen mu ...
可能是作者使用版本不一样,看fopen函数可以知道:
兄弟看下fopen
'r'Open file for reading (default).
'w'Open file, or create new file, for writing; discard existing contents, if any.
'a'Open file, or create new file, for writing; append data to the end of the fi
et al
已经没有wr选项了,你具体根据需要修改下即可