Scilab Function

oldsave - saving variables in 2.4.1 and previous format

Calling Sequence

oldsave(filename [,x1,x2,...,xn])

Parameters

Description

The oldsave function is obsolete and is retained only for compatibility purpose.

The oldsave command can be used to save Scilab current variables in binary form in a file.

oldsave(filename) saves all current variables in the file defined by filename.

oldsave(file-name,x,y) saves only named variables x and y.

Saved variables can be reloaded by the load or oldload command.

Examples

See Also