From help-octave-request at che dot utexas dot edu Tue Jan 17 10:00:10 1995 Subject: questions on binary i/o From: vdp at us0 dot mayo dot EDU (Vinayak Dutt) To: help-octave at che dot utexas dot edu Date: Tue, 17 Jan 95 09:59:39 CST hi: i was using the new binary i/o facility of octave 1.1. i was wondering if there is a simple way to read binary complex data stored as two float fields. the simplest way that i can think of is to read data into a float buffer twice the size of complex matrix to read. and then remap this float vector into complex matrix. it would be great if fread() could read "complex" data type. --vinayak- /* * vinayak dutt * graduate student, ultrasound research * mayo graduate school, rochester mn * * e-mail: vdp at mayo dot edu * dutt dot vinayak at mayo dot edu * */ #include "disclaimer.h"