Navigation

Operators and Keywords

Function List:

C++ API

triplot.m File Reference


Functions

 if (nargout > 0) h
else plot ([x(idx);NaN *ones(1, nt)](:),[y(idx);NaN *ones(1, nt)](:), varargin{:})
endif endfunction!demo !rand ('state', 2)%!x
 !triplot (tri, x, y)

Variables

function h
endif idx = tri(:, [1, 2, 3, 1]).'
 nt = size (tri, 1)
 !y = rand (20, 1)
 !tri = delaunay (x, y)

Function Documentation

endif endfunction !demo !rand ( 'state ,
 
)

!triplot ( tri  ,
,
 
)

if ( nargout  ,
 
)

else plot ( [x(idx);NaN *ones(1, nt)] (:)  ,
[y(idx);NaN *ones(1, nt)] (:)   
)


Variable Documentation

!tri = delaunay (x, y)

!y = rand (20, 1)

Initial value:

endif idx = tri(:, [1, 2, 3, 1]).'

nt = size (tri, 1)