help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing op


From: c.
Subject: Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing openmpi_ext
Date: Wed, 11 Sep 2013 09:00:56 +0200

On 9 Sep 2013, at 18:00, Alexander Hansen <address@hidden> wrote:

> Nope; that works fine for me.

can you please try fload on the attached file?

fid = fopen ("test_fload", "rb");
x = fload (fid);
assert (x, pi)
fclose (fid)

could please also try sending me the same file generated with your build of 
Octave?

fid = fopen ("test_fload_fink", "wb");
fsave (fid, pi);
fclose (fid)

c.


Attachment: test_fload
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]