Navigation

Operators and Keywords

Function List:

C++ API

meshdom.m File Reference


Functions

 if (!warned) warned
 warning ("Octave:deprecated-function","meshdom is obsolete and will be removed from a future version of Octave; please use meshgrid instead")
endif if (nargin==2) if(isvector(x)&&isvector(y)) xx
else error ("meshdom: arguments must be vectors")
endif else print_usage ()

Variables

 function [xx, yy]
 yy = flipud (y(:)) * ones (1, length (x))

Function Documentation

else error ( "meshdom: arguments must be vectors"   ) 

endif if ( nargin  = =2  ) 

if ( warned  ) 

endif else print_usage (  ) 

warning ( "Octave:deprecated-function ,
"meshdom is obsolete and will be removed from a future version of Octave; please use meshgrid instead"   
)


Variable Documentation

function[xx, yy]

Initial value:

 meshdom (x, y)

  persistent warned = false

endif yy = flipud (y(:)) * ones (1, length (x))