Constructs a convolution matrix by converting a string.
The string represents either integers or floating-point values.
Coefficients that form the matrix.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Matrix converted from the input string.
You can connect this output directly to the kernel input in the Convolute node.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
The column separator is either a comma, a semicolon, or a blank space. The line separator is a linefeed character. For example, the string 1 1 1 1 1 1 1 1 1 produces a 3 × 3 matrix with all coefficients set to 1 as follows:
1 | 1 | 1 |
1 | 1 | 1 |
1 | 1 | 1 |
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application