Remove Empty Columns
1 General
- Type: - Matrix Processing
- Heading: - Rearrange
- Source code: RemoveEmptyColumns.cs
2 Brief description
Columns containing no values or only invalid values will be removed.
Output: Same matrix but with empty columns removed.
3 Parameters
“Remove empty columns” has no parameters.