[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How do I get the value of string variable into a title
From: |
Henry F. Mollet |
Subject: |
How do I get the value of string variable into a title |
Date: |
Sat, 07 Feb 2004 12:23:13 -0800 |
User-agent: |
Microsoft-Entourage/10.1.1.2418 |
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
-------------------------------------------------------------
- How do I get the value of string variable into a title,
Henry F. Mollet <=