Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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 >> |