pro try

COMPILE_OPT IDL2

 

;首先读取txt文件

 

file=dialog_pickfile()

files1=file_search('*',count=k)

 

openr,lun,file,/get_lun

   

if lun eq -1 then return

tmp = ''

 

data=fltarr(860,1119)

 

for i=0,1118 do begin

    tdata=fltarr(860)

    readf,lun,tdata

data[*,i]=tdata

endfor

 

end

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
相关资源
相似解决方案