help-octave
[Top][All Lists]
Advanced

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

Re: how to save matrix from an oct file


From: Carlo de Falco
Subject: Re: how to save matrix from an oct file
Date: Wed, 12 May 2010 12:28:38 +0200


On 12 May 2010, at 08:18, Jaroslav Hajek wrote:


try adding

#include <octave/load-save.h>

...
write_header (os, LS_BINARY);

apparently the ascii format will cope with a missing header, but it's
no surprise that the binary format doesn't.

Thanks, works now.
c.


reply via email to

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