Navigation

Operators and Keywords

Function List:

C++ API

table.m File Reference


Functions

endfor elseif (nargin==2) if(!(isvector(x)&&isvector(y)&&(length(x)
endfor endfor else print_usage ()

Variables

 function [t, v, w]
endif v = values (x)
for i
 w = values (y)

Function Documentation

endfor elseif ( nargin  = =2  ) 

endfor endfor else print_usage (  ) 


Variable Documentation

function[t, v, w]

Initial value:

 table (x, y)

  if (nargin == 1)
    if (! (isvector (x)))
      error ("table: x must be a vector")

for i

Initial value:

 1 : length (v)
      t(i) = sum (x == v(i) | isnan (v(i)) * isnan (x))

endif v = values (x)

w = values (y)