help-octave
[Top][All Lists]
Advanced

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

Using set


From: Ted Raphan
Subject: Using set
Date: Thu, 08 Nov 2007 21:30:45 -0500
User-agent: Thunderbird 2.0.0.5 (X11/20070727)

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



reply via email to

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