- 积分
- 2173
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-5-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
begin
diri="/home/la/tqp/2000/"
fils=systemfunc("ls " + diri + "2000*")
print(fils)
do i=0,dimsizes(fils)-1
Data= readAsciiTable(fils(i),13,"float",0)
end do
-----------------------------------------------------------------
fatal:Dimension sizes of left hand side and right hand side of assignment do not match
fatal:["Execute.c":8578]:Execute: Error occurred at or near line 21 in file /home/la/tqp/tqp.ncl
求各位大神指点!
|
|