help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using save command


From: dastew
Subject: using save command
Date: Thu, 13 Aug 2009 03:23:48 +0000


I have a function that I want to pass a partial file mane to and the form up the complete file name as follows:


fname="f10"

and latter


ffname = [fname ".txt"]


now I want to use the save command

save  -ascii  ffname  a

but it makes a file name called   ffname
and I wanted a file called f10.txt

How do I use save when the file name is in a variable?

Doug


reply via email to

[Prev in Thread] Current Thread [Next in Thread]