help-octave
[Top][All Lists]
Advanced

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

RE: Using set


From: Schirmacher, Rolf
Subject: RE: Using set
Date: Fri, 9 Nov 2007 08:54:09 +0100

Hello,

your example works for me with the binary installation of 2.9.16 for
windows. Which release of octave are you using?

Rolf

> -----Original Message-----
> From: Ted Raphan [mailto:address@hidden
> Sent: Friday, November 09, 2007 3:31 AM
> To: address@hidden
> Subject: Using set
> 
> 
> Hi,
> 
> According to the documentation, set is an internal function 
> of octave. 
> Yet, I get a message saying that set is undefined. Am I 
> missing something?
> 
> I downloaded octave using yum install octave and it installed 
> properly.
> 
> Can you help?
> 
> Ted
> 
> 
> Here is the simple program that plots, but will not get the 
> axis handle:
> 
> x=linspace(0,1,1000);
> octave:3> plot (x,sin(x))
> octave:4> set (gca, 'Ytick',[])
> error: `set' undefined near line 4 column 1
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


reply via email to

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