From owner-help-octave at bevo dot che dot wisc dot edu Fri Dec 22 09:45:17 1995 Subject: Re: fread/fwrite matlab --> octave From: Darrel Hankerson To: Dutt dot Vinayak at Mayo dot EDU CC: help-octave at bevo dot che dot wisc dot edu Date: Fri, 22 Dec 1995 09:45:26 -0600 (CST) I wrote: The ability to use the matlab image = fread(fid, [height, width], 'uchar')'; would be welcomed. For example, this makes it easy to read raw (P5) graymap files. I meant to say this about the P2 graymap files, so I should have given the example: image = fscanf(fid, '%d', [height, width])'; which works in matlab but not in octave. Sorry. Thanks to Vinayak Dutt for correcting my mistake. --Darrel Hankerson hankedr at mail dot auburn dot edu