help-octave
[Top][All Lists]
Advanced

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

Plotting and tables


From: Daniel Tourde
Subject: Plotting and tables
Date: Fri, 14 Mar 1997 12:53:30 +0100

Hello,

I have two questions :
        I would like to define a string x="Hi evrybody"
        and to set gset title x for the plotting. This syntax is not
accepted. Of course if I use gset title "Hi evrybody" it works but, my
idea is to insert into the x string some variables with the sprintf
function. e.g : a=1
                x=sprintf("a=%d",a)
                gset title x
How can I do ?



        I would like to create tables of number with a rank > 2.
        A matrix is a 2 dimension number table. I would like to create a
three dimension number table reachable via A(1,2,3) for instance. How
can I do ?

I thank you in advance for your advices

Best regards

                        Daniel
-- 
*********************************************************************
Daniel TOURDE                                   E-mail : address@hidden
The Aeronautical Research Institute of Sweden   Tel : +46 8 634 13 44
P.O. Box 11021 S-161 11 BROMMA, Sweden          Fax : +46 8  25 34 81
*********************************************************************


reply via email to

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