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: Henry F. Mollet
Subject: Re: How do I get the value of string variable into a title
Date: Sat, 07 Feb 2004 16:01:27 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

Thank you *all* for your patience.
Henry

on 2/7/04 1:02 PM, Jonathan C. Webster at address@hidden 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
-------------------------------------------------------------



reply via email to

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