From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 7 18:03:51 2004 Subject: Re: How do I get the value of string variable into a title From: "Henry F. Mollet" To: CC: Octave_post Date: Sat, 07 Feb 2004 16:01:27 -0800 Thank you *all* for your patience. Henry on 2/7/04 1:02 PM, Jonathan C. Webster at jwebster03 at snet dot net wrote: > > > Henry F. Mollet wrote: >> How do I get the value of string variable into a title of a plot? >> A script uses >> title ("Triangle E-pattern using Leslie matrix/LHT using NameOfDataFile") > Sure > > str = sprintf("File used was %s",FileNam); > title(str); > > Jonathan ------------------------------------------------------------- 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 -------------------------------------------------------------