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?