From owner-help-octave at bevo dot che dot wisc dot edu Fri Dec 22 09:35:56 1995 Subject: Re: fread/fwrite matlab --> octave From: vdp at us0 dot mayo dot EDU (Vinayak Dutt) To: hankedr at dms dot auburn dot edu Cc: help-octave at bevo dot che dot wisc dot edu Date: Fri, 22 Dec 95 09:35:17 CST Darrel Hankerson writes # 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. Octave already supports fread() function in the way you would like. I am using octave-1.1.1 and have used Octave in similar situations. --vinayak- /* * vinayak dutt * ex-graduate student, ultrasound research * mayo graduate school, rochester mn * * e-mail: vdp at mayo dot edu * dutt dot vinayak at mayo dot edu * vdp at us0 dot mayo dot edu * http://www.mayo.edu/ultrasound/ultrasound.html * */ #include "disclaimer.h"