Scilab 5.3.3
Scilab help >> Input/Output functions > oldsave
oldsave
saving variables in 2.4.1 and previous format (OBSOLETE)
Calling Sequence
oldsave(filename [,x1,x2,...,xn])
Description
The oldsave function is obsolete and and removed
of scilab 5.2 and more.
Replaces in your code oldsave by save.
See Also
| << oldload | Input/Output functions | read >> |