Next: , Up: Functions possibly helpful in parallel execution   [Index]


4.1 Transfer variable within the local machine over an Octave stream

Loadable Function: fsave (fid, var)

Save a single variable to a binary stream, to be subsequently loaded with fload.

Loadable Function: var = fload (fid)

Loads a single variable of any type from a binary stream, where it was previously saved with fsave.