octave-maintainers
[Top][All Lists]
Advanced

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

Re: Catenoid logo


From: Robert T. Short
Subject: Re: Catenoid logo
Date: Tue, 22 Jun 2010 10:08:49 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091017 SeaMonkey/2.0

Fotios Kasolis wrote:
For those that want to use sth generated by Octave you can use the following

u = -pi:0.25:pi+0.25;
v = u;
[u,v]=meshgrid(u,v);
surf(1.5*cosh(v/1.5).*cos(u),1.5*cosh(v/1.5).*sin(u),v,'EdgeColor','k');
view(-180,30)
axis([-5 5 -5 5 -3 3])
axis off
colormap summer

which gives a nice catenoid. Now a Gimped version of that is the following:
  
/Fotios
I like this.  I like some of the others better, but this is very, very distinctive.

B

reply via email to

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