octave-maintainers
[Top][All Lists]
Advanced

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

Re: FTP objects


From: Judd Storrs
Subject: Re: FTP objects
Date: Mon, 30 Nov 2009 21:29:41 -0500

On Mon, Nov 30, 2009 at 9:04 PM, John W. Eaton <address@hidden> wrote:
> On  1-Dec-2009, David Bateman wrote:
>
> | Could I have a v6 version of this file.. The compression of a v7 format
> | makes the file difficult to read manually..  As for loading it into
> | Octave, I believe the only way to do it is to modify ls-mat5.cc so that
> | classes without constructors are treated as structures, or just disable
> | classes temporarily by setting "isclass=false" at the "case
> | MAT_FILE_STRUCT_CLASS" statement in the load function.
>
> Or maybe it would be easier to save it in the v7.3 format so you can
> examine the contents with h5dump?

Here are v6 and v7.3 versions. The v6 refuses to load in octave, but
the v7.3 version loads somewhat octave as a struct with numeric ascii
vectors instead of strings.

char(fp.password)
char(fp.username)

seem to work for decoding them.

--judd

Attachment: ftpv6.mat
Description: Binary data

Attachment: ftpv73.mat
Description: Binary data


reply via email to

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