help-octave
[Top][All Lists]
Advanced

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

octave save structure variable


From: Min Sun
Subject: octave save structure variable
Date: Mon, 6 Jul 2009 16:58:10 -0700

Hi All,

I'm new to octave. Up to now, I like it a lot except one saving feature.
Every time when I need to save a structure variable, for example,
model{
label =xx
parameter =xx
}
it will save into the form of
model{
parameter =xx
label =xx
}
This will typicall cause some error when I tried to use model later.
Anyone know a way to go around this problem?

Thanks,
Min Sun

reply via email to

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