octave-maintainers
[Top][All Lists]
Advanced

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

help with save function


From: Rik
Subject: help with save function
Date: Wed, 30 Aug 2017 12:50:07 -0700

Could someone run these tests in a newish version of Matlab and return the
files?

-- Code --
x = ones (2,2,2);
save -ascii tmp1.txt x
save -mat tmp2.mat x
-- End Code --

The first save may produce an error.  That's okay, I just need to know how
they are handling ND-arrays.  For the second one, I'm trying to figure out
what the default version is if '-mat' is used alone.  It may be the latest,
i.e., '-v7.3' or it may be something else.

--Rik



reply via email to

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