The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 function resu = cat(dim, A, varargin)
 This is the concatenation operator for a dataframe object. 'Dim'
 has the same meaning as ordinary cat. Next arguments may be
 dataframe, vector/matrix, or two elements cells. First one is taken
 as row/column name, second as data.

Package: dataframe