pdal/writers_matlab 1.8.0
alg install pdal/writers_matlab
Writers.Matlab
Algorithm Description
The Matlab Writer supports writing Matlab .mat files. The produced files has a single variable, PDAL, an array struct. This algorithm is ported from the excellent PDAL - Point Data Abstraction Library. For more information please refer to https://pdal.io.
License
BSD
Homepage
https://pdal.io/stages/writers.matlab.html
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
filename | Output file name. | string | |
input_pipeline_json | JSON string from prior stages defining the input pipeline. | string | |
output_dims | Dimensions to include in the output file. | string | |
struct | Array structure name to read. | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_fname | Output Filename | string |
output_pipeline_json | JSON string used to configure this PDAL stage. | string |
Versions
- 1.8.0 (current)