我有一组数据,假定变量名和数据如下:
A B C D
1.2 2 2.3 4
2 3 3.9 5.1
6 1 4 10
.........................
我试了 load x[m,n]=d:\sj.xls;
但是excel格式好像不能这样录入。
请问各位如何在GAUSS里面直接输入数据呢(能够保留变量名)?
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
gauss3.5: import
gauss6: SpreadsheetReadM
you may not be able to import the variable name since they are string type, which is different from your data type.
After you import the data, you define which is which ....
可以先转化为文本文件,然后再读入。另外,还可以用xlsreadm命令,或者xlsreadsa,试试看,行的话再联系
rui2003fang 发表于 2009-7-23 12:50 我试过了,还是先转成TXT文件比较保险
pengfeizou 发表于 2006-2-14 21:04 可以先转化为文本文件,然后再读入。另外,还可以用xlsreadm命令,或者xlsreadsa,试试看,行的话再联系
fengche2000 发表于 2013-11-20 23:45 请教一下:将一个txt文件录入Gauss软件中的完整命令是怎样的?等待您的回复