help-octave
[Top][All Lists]
Advanced

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

SEMILOG HELP


From: Tim Rohrer
Subject: SEMILOG HELP
Date: Sat, 1 Jun 1996 05:03:20 -0700 (PDT)

Hello all,

I just subscribed to this group so hopefully I'm actually on it.  I was 
told it succeeded.

My question is with semilogy.  I'm trying to get the following values to 
graph.  I have the first column stored in a vectored called xval and the 
second in yval.  The command I issues is:  semilogy(xval,yval).  The 
error I get is:

octave:3> 
gnuplot> pl "/tmp/oct-02853aaa" t "line 1"
                                          ^
         line 0: x range is invalid

Here are the values (there are 91 rows):

    0.00000  -15.00000
    1.00000  -15.00000
    2.00000  -15.00000
    3.00000  -15.00000
    4.00000  -15.00000
    5.00000  -15.00000
    6.00000  -15.00000
    7.00000  -15.00000
    8.00000  -15.00000
    9.00000  -15.00000
   10.00000  -15.00000
   11.00000  -15.00000
   12.00000  -15.00000
   13.00000  -15.00000
   14.00000  -15.00000
   15.00000  -15.00000
   16.00000  -15.00000
   17.00000  -15.00000
   18.00000  -15.00000
   19.00000  -15.00000
   20.00000  -15.00000
   21.00000  -14.73333
   22.00000  -14.46667
   23.00000  -14.20000
   24.00000  -13.93333
   25.00000  -13.66667
   26.00000  -13.40000
   27.00000  -13.13333
   28.00000  -12.86667
   29.00000  -12.60000
   30.00000  -12.33333
   31.00000  -12.06667
   32.00000  -11.80000
   33.00000  -11.53333
   34.00000  -11.26667
   35.00000  -11.00000
   36.00000  -10.73333
   37.00000  -10.46667
   38.00000  -10.20000
   39.00000   -9.93333
   40.00000   -9.66667
   41.00000   -9.40000
   42.00000   -9.13333
   43.00000   -8.86667
   44.00000   -8.60000
   45.00000   -8.33333
   46.00000   -8.06667
   47.00000   -7.80000
   48.00000   -7.53333
   49.00000   -7.26667
   50.00000   -7.00000
   51.00000   -6.73333
   52.00000   -6.46667
   53.00000   -6.20000
   54.00000   -5.93333
   55.00000   -5.66667
   56.00000   -5.40000
   57.00000   -5.13333
   58.00000   -4.86667
   59.00000   -4.60000
   60.00000   -4.33333
   61.00000   -4.06667
   62.00000   -3.80000
   63.00000   -3.53333
   64.00000   -3.26667
   65.00000   -3.00000
   66.00000   -3.00000
   67.00000   -2.87500
   68.00000   -2.75000
   69.00000   -2.62500
   70.00000   -2.50000
   71.00000   -2.37500
   72.00000   -2.25000
   73.00000   -2.12500
   74.00000   -2.00000
   75.00000   -1.87500
   76.00000   -1.75000
   77.00000   -1.62500
   78.00000   -1.50000
   79.00000   -1.37500
   80.00000   -1.25000
   81.00000   -1.12500
   82.00000   -1.00000
   83.00000   -0.87500
   84.00000   -0.75000
   85.00000   -0.62500
   86.00000   -0.50000
   87.00000   -0.37500
   88.00000   -0.25000
   89.00000   -0.12500
   90.00000    0.00000

I was able to take this problem and properly graph in using matlab.  Any 
ideas on the problem?

Thanks,

tim

-------------------------------------------------------------------
| Tim Rohrer                    | Fax:  (408) 373-1372 (at times) |
| address@hidden        | Monterey, CA                    |
-------------------------------------------------------------------



reply via email to

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