Octave Script

Allows execution of an Octave script. The input table is converted to an Octave struct, provided in the variable 'in'. After execution the content of the variable 'out' is converted back to a KNIME table.
The Octave binary needs to be in the PATH.

Options

Column List
The list contains the column that are available in the input table. Double click any of the column names to insert the respective field in the expression editor. It will replace your current selection or simply insert at the current caret position.
Flow Variable List
The list contains the flow variables that are currently available at the node input. Double clicking any of the entries will insert the respective identifier at the current cursor position (replacing the selection, if any).

Input Ports

Icon
Input table, accessible as variable 'in' in the script

Output Ports

Icon
Output table, converted from variable 'out' in the script

Views

Script output
Output of the Octave script

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.