From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 7 14:26:08 2004 Subject: How do I get the value of string variable into a title From: "Henry F. Mollet" To: Octave_post Date: Sat, 07 Feb 2004 12:23:13 -0800 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") My data file gives the value of the string variable "NameOfDataFile" octave:50> load Saether&Bakke2000All49 octave:51> whos *** local user variables: prot type rows cols name ==== ==== ==== ==== ==== rwd matrix 49 7 InputData rwd string 1 22 NameOfDataFile octave:52> NameOfDataFile NameOfDataFile = Saether and Bakke 2000 Is this possible? Thanks, Henry ------------------------------------------------------------- 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 -------------------------------------------------------------