help-octave
[Top][All Lists]
Advanced

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

content of binary files stored by save


From: Levente Torok
Subject: content of binary files stored by save
Date: Mon, 22 Sep 2008 13:29:27 +0200
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

Hi all,

Does anybody know if file content can be listed?
I mean, once I saved a file with "save" command, 
I want to know what variables are stored in it.
For example:

a=2;
b=4;
save -binary context.dat

restarting octave

load context.dat


I am particularily interested of this because loading from binary format is 
extremely
much faster so it is perfereble to use it.
However in a case of mine it is a bit larger. Which is either an error or I 
saved something that I didn't want to save.

Lev

-- 
Blogger of http://fapuma.blogspot.com


   ----- End of message -----


-------------------------------------------------------

-- 
Blogger of http://fapuma.blogspot.com
This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

     address@hidden

Technical details of permanent failure: 
Google tried to deliver your message, but it was rejected by the recipient 
domain. We recommend contacting the other email provider for further 
information about the cause of this error. The error that the other server 
returned was: 550 550 5.1.1 <address@hidden>... User unknown (state 14).

   ----- Original message -----

Received: by 10.210.133.2 with SMTP id g2mr4716860ebd.163.1222082103617;
        Mon, 22 Sep 2008 04:15:03 -0700 (PDT)
Return-Path: <address@hidden>
Received: from vpn-client-16-62.corp.ukl.yahoo.com ( [217.12.15.52])
        by mx.google.com with ESMTPS id b36sm6293304ika.8.2008.09.22.04.15.02
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 22 Sep 2008 04:15:02 -0700 (PDT)
Reply-To: address@hidden
To: address@hidden
Subject: file content
Date: Mon, 22 Sep 2008 13:15:00 +0200
User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405)
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <address@hidden>
From: Levente Torok <address@hidden>

Hi all,

Does anybody know if file content can be listed?
I mean, once I saved a file with "save" command, I want to know what variables 
are stored in it.

Lev

-- 
Blogger of http://fapuma.blogspot.com


   ----- End of message -----


reply via email to

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