Xref: utzoo comp.lang.fortran:1327 comp.sources.wanted:5274 sci.math:4633 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cwjcc!gatech!ncsuvx!mcnc!duke!romeo!srt From: srt@romeo.cs.duke.edu (Stephen R. Tate) Newsgroups: comp.lang.fortran,comp.sources.wanted,sci.math Subject: Re: Public Domain MATLAB Keywords: Matlab, numerical analysis Message-ID: <12602@duke.cs.duke.edu> Date: 13 Oct 88 13:13:35 GMT References: <628@ndcheg.cheg.nd.edu> Sender: news@duke.cs.duke.edu Reply-To: srt@romeo.UUCP (Stephen R. Tate) Organization: Duke University CS Dept.; Durham, NC Lines: 17 In article <628@ndcheg.cheg.nd.edu> jeff@ndcheg.cheg.nd.edu (Jeffrey C. Kantor) writes: >Someone (at colo state, sorry but I've lost your name) said that the >sources are ftp'able from unmvax.unm.edu. (129.24.12.128). I tried >this, but uncompress choked on the file MATLAB.tar.Z only about 25Kbytes >into the job (out of 440Kbytes). This is just a guess, but did you remember to set the ftp transfer type to binary or tenex before getting the file? A compressed file uses the full 8 bits of every byte (on a byte oriented machine), so the default ASCII transfer doesn't work. Try re-doing the ftp and remember to use the command "type binary" before doing the transfer. (If to/from a non-byte oriented machine like a DEC-20, you will need "type tenex"). Hope this helps. Steve Tate ARPA: srt@cs.duke.edu CSNET: srt@duke UUCP: ..!{ihnp4,decvax}!duke!srt