galinwa 发表于 2006-8-25 10:43

help:数据保存

将一组数据保存为temps.m文件,后键入temps导出数据,结果在plot和mean的时候提示
??? Attempt to execute SCRIPT temps as a function

为什么?
怎么解决?

[ 本帖最后由 ericlin 于 2006-8-29 18:33 编辑 ]

toes 发表于 2006-8-25 11:11

意思是temps不是一个函数,而仅仅是一个程序代码段。
在temps首行写入:
function temps()
就可以了。

不过将数据保存为m文件。。。呵呵,倒是挺有意思。
大量数据存成mat文件比较好吧。

galinwa 发表于 2006-8-25 11:17

3ks

页: [1]
查看完整版本: help:数据保存