cor
2009-01-31 16:35:00 UTC
Hallo,
I'm running Octave under Windows XP and I want to save some
error: octave_base_value::save_ascii(): wrong type argument 'swig_ref'
First opening the file with > fopen("/myfile.dat","w"); makes no difference.
Help appreciated,
Cor
I'm running Octave under Windows XP and I want to save some
A=[1;2;3];
safe /myfile.dat ;
as in the help files is told to do. But I get the error message:safe /myfile.dat ;
error: octave_base_value::save_ascii(): wrong type argument 'swig_ref'
First opening the file with > fopen("/myfile.dat","w"); makes no difference.
Help appreciated,
Cor