octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #31097] Feature request: save() function : all


From: hydromer
Subject: [Octave-bug-tracker] [bug #31097] Feature request: save() function : allow '-double' option
Date: Wed, 22 Sep 2010 07:51:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.19) Gecko/2010072022 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?31097>

                 Summary: Feature request: save() function : allow '-double'
option
                 Project: GNU Octave
            Submitted by: hydromer
            Submitted on: mer 22 sep 2010 07:51:29 GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Good morning,

save
<http://www.gnu.org/software/octave/doc/interpreter/Simple-File-I_002fO.html#doc_002dsave>()
function does not accept '-double' option. In matlab and freemat this option
store numbers with double precision (16 digits) instead of single precision (8
digits).

It is usefull in combination with '-ascii' option.

Just ignoring '-double' can be a (temporary) solution to make this call
compatible with octave :


save('-ascii', '-double', 'filename', 'var1');


Goodbye.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31097>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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