From help-request at octave dot org Wed Jan 4 08:50:54 2006 Subject: Save with variable argument From: "Reiner Suikat" To: Date: Wed, 4 Jan 2006 15:49:35 +0100 Hi, This may be a stupid question. I want the following to work: Fname = test.mat save -binary Fname a b c ... It appears that whatever I give as an argument to save is taken literally, it simply does not substitute the filename. I tried save -binray (fname) ... Well, it saved to (fname). What's the trick? Thanks a lot Reiner ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------