From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 7 15:14:51 2004 Subject: Re: How do I get the value of string variable into a title From: "Jonathan C. Webster" To: "Henry F. Mollet" CC: Octave_post Date: Sat, 07 Feb 2004 16:02:48 -0500 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 -------------------------------------------------------------