From bug-octave-request at che dot utexas dot edu Thu Dec 1 08:13:45 1994 Subject: error in loading complex matrices From: roberts at doublon dot unice dot fr (Tony Roberts) To: bug-octave at che dot utexas dot edu Date: Thu, 1 Dec 94 14:36:00 +0100 Octave has a bug in saving or reading complex matrices. See the dialogue below which shows that one is unable to load a complex matrix whixh has previously been saved. octave:7> clear octave:8> dd=rand(2,3)+i*rand(2,3) dd = 0.04443 + 0.72006i 0.23357 + 0.95191i 0.68667 + 0.32167i 0.67211 + 0.14334i 0.63101 + 0.65387i 0.61623 + 0.97841i octave:9> save try dd octave:10> clear octave:11> load try error: failed to load matrix constant error: load: unable to load variable `dd' error: reading file try octave:12> This error occurs using both Sun and NeXT binaries. Tony :-{)} ------------------------------------------------------------------------------ Professor A.J. Roberts Currently visiting: Institut de Mecanique Statistic de la Turbulence and: Institut Non Lineaire de Nice Dept of Mathematics & Computing E-mail: aroberts at usq dot edu dot au University of Southern Queensland Phone: (076) 312943 Toowoomba, Queensland 4350 Fax: (076) 312721 AUSTRALIA WWW: ftp://ftp.usq.edu.au/pub/aroberts ------------------------------------------------------------------------------