tor, 21 10 2010 kl. 10:05 +0200, skrev JuanPi:
> I have been trying to documet my functions with some examples. I am
> using the format described in
> > help demo
> 
> I have a function point2triag that works perfectly when I call it form
> Octave's terminal, but when I use
> > demo(point2triag)

Shouldn't you write

  demo point2triag

(without parentheses) or

  demo ("point2triag")

i.e. give the function name as a string?

Søren


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to