help-octave
[Top][All Lists]
Advanced

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

Strange syntax


From: bigmealy
Subject: Strange syntax
Date: Wed, 28 Nov 2012 02:55:48 -0800 (PST)

Hi,

I am currently trying to understand what is happening in line 59 of the file
delaunayn.m
Firstly, I can't find any documentation around "__delaunayn__" as a seperate
function, so I can only assume that it's some special syntax relating to the
function itself. Can anyone shed any light?
I've also tried applying the curly braces modifier to my data to see what
the effect there is, but it tells me "matrix cannot be indexed with {".
Again, can anyone shed any light?

Many thanks,

Bigmealy

    53 function T = delaunayn (pts, varargin)
    54 
    55   if (nargin < 1)
    56     print_usage ();
    57   endif
    58 
    59   T = __delaunayn__ (pts, varargin{:});



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


reply via email to

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