help-octave
[Top][All Lists]
Advanced

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

drawCircle example


From: COhio
Subject: drawCircle example
Date: Wed, 24 May 2017 22:14:49 -0700 (PDT)

Hello,  
  I am a beginner with Octave.  
  I have successfully installed and loaded the geometry package, but I don't
know how to draw a simple circle in an effort to review unit circle.  Can
someone provide me with an example.  I know I'm missing a fundamental
concept too.
Here is what I've tried so far.
>> h = drawCircle(x0,y0,1);
error: 'x0' undefined near line 1 column 16
>> pkg load geometry
>> h = drawCircle(x0,y0,1);
error: 'x0' undefined near line 1 column 16

  I've also tried the symbolic package.

I'm an aspiring middle school math teacher and like Octave because it can
visualize so much, but it is hard to learn.  So, any help is much
appreciated. 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/drawCircle-example-tp4683463.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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