MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

BinaryImport

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36984] BinaryImport
  • From: Blimbaum Jerry DLPC <BlimbaumJE at ncsc.navy.mil>
  • Date: Fri, 4 Oct 2002 05:01:23 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I use BinaryImport to read a file as follows:


BinaryImport["file",{Byte..}]  

then I use Partition to rebuild the data of dimensions  252 x 253 x 255....

This works but it takes about half an hour to read the file....it's a 16
MByte file.....any way to improve this?

thanks....jerry blimbaum


  • Prev by Date: Peculiar output from DSolve
  • Next by Date: Mathematica Help!
  • Previous by thread: Re: KeyEventTranslations.tr.txt
  • Next by thread: Re: BinaryImport