
Function write_disp(fn,x)
write_disp(fn,x,y,...)
write_disp([],x,y,...)
writes the output of function disp(x) to a
file, instead to the screen. The output is
appended to the file.
If filename fn is not given, the default
filename is "written_disp.txt".
If a third, fourth etc. input argument
is given, function disp() will be applied
to each of them.
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-miscellaneous" under GNU GPLv3+