rval
= append_save (filename, option, var_val_cell, varargin)
¶Add variables to existing save files. Works for all the types of save files that "save" supports.
Input:
Output:
Currently, none. But there might be some debugging / error-code messages in the future.
octave> B = ones(2,2); octave> append_save( "test.txt", "-binary", {"B", B } )
Package: io