help-octave
[Top][All Lists]
Advanced

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

Re: How do I get the value of string variable into a title


From: Jonathan C. Webster
Subject: Re: How do I get the value of string variable into a title
Date: Sat, 07 Feb 2004 16:02:48 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1



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
-------------------------------------------------------------



reply via email to

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