help-octave
[Top][All Lists]
Advanced

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

Re: Plotting problem


From: asha g
Subject: Re: Plotting problem
Date: Mon, 28 May 2007 20:15:11 -0700 (PDT)

Thanks Henry. It is obvious to me after looking at the
plot that the info I sent you is not sufficient. Now I
don't know how to send you just the relevant bits
short of sending the entire script file along with all
the function files! Because this is a script file
which calls four function files ( out of which three
are in the 'n' loop). 
Asha 
--- "Henry F. Mollet" <address@hidden> wrote:

> Using 
> GNU Octave, version 2.1.71
> (powerpc-apple-darwin8.1.0).
> 
> octave:3> hold off;
> octave:4> for n = [1000, 10000, 25000]
> >    Z = linspace(0,n,n);
> >    x = linspace (0,1,n);
> >    plot (x,Z);
> >    hold on;
> > end
> octave:5>
> See attached. Works fine as per Dave B.
> Henry
> N.B. No copy to list because of attachment and
> basically FYI to Asha g.
> Henry
> 
> 
> on 5/28/07 2:49 AM, asha g at address@hidden
> wrote:
> 
> > The program at work is not working at all. So we
> may
> > have to reinstall - so I am stuck for the moment.
> If
> > anyone else has any thoughts do let me know.
> > Thanks
> > Asha 
> > --- David Bateman <address@hidden>
> wrote:
> > 
> >> asha g wrote:
> >>> The problem is that I had installed 2.9.9 at
> work
> >> with
> >>> Fedora 5 and found the same problem with another
> >>> program. There n was 5000. That is when I went
> >> back
> >>> and used my computer at home which has the old
> >> version
> >>> and with its memory etc I don't think can be
> >> upgraded.
> >>> It was working fine till this iteration.
> >>>   
> >> I can not reproduce the problem. Please supply a
> >> full and self-contained
> >> (what you sent previously was not self-contained)
> >> example that
> >> demonstrates the problem with 2.9.9, perhaps
> based
> >> on the code I send.
> >> Also please reply on the list as I'd hope that
> >> someone else might answer
> >> to this thread.
> >> 
> >>> In your program, why do you start with hold off
> >> and
> >>> then end with hold on?
> >>>   
> >> So I can rerun the code with only the new plots
> >> appearing..
> >> 
> >> D.
> >> 
> >> -- 
> >> David Bateman   
> >> address@hidden
> >> Motorola Labs - Paris                        +33
> 1
> >> 69 35 48 04 (Ph)
> >> Parc Les Algorithmes, Commune de St Aubin    +33
> 6
> >> 72 01 06 33 (Mob)
> >> 91193 Gif-Sur-Yvette FRANCE                  +33
> 1
> >> 69 35 77 01 (Fax)
> >> 
> >> The information contained in this communication
> has
> >> been classified as:
> >> 
> >> [x] General Business Information
> >> [ ] Motorola Internal Use Only
> >> [ ] Motorola Confidential Proprietary
> >> 
> >> 
> > 
> > 
> >  
> >    
> >    
> >    
> >   Goals too clearly defined can become blinkers.
> >   Mary Catherine Bateson
> > 
> > 
> > 
> >       
> >
>
______________________________________________________________________________
> > ______Shape Yahoo! in your own image.  Join our
> Network Research Panel today!
> >
>
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
> > 
> > 
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> >
>
https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 


 
   
   
   
  Goals too clearly defined can become blinkers. 
  Mary Catherine Bateson 



       
____________________________________________________________________________________Choose
 the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/


reply via email to

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