Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 929 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 929 Bytes

matlab examples

Some examples of matlab mcr development

Configuration

Dependency management provided by Conan https://conan.io/

finding matlab

The matlab mcr compilation can use the MCR or a full install.

Setting the CMake arg Matlab_ROOT_DIR to the root of an installation will short-circuit the slower default matlab module search.

testing matlab

Examples are shown using the Catch2 library https://github.com/catchorg/Catch2

setup and tear-down

Initialization of the MCR is done through a Catch Event Listener

vec test

PDAL_DRIVER_PATH=$PWD/cmake-build-debug/src pdal pipeline -i pipelines/pipeline.json -v 8

earlier version

Previously the examples were based on matlab engine, the little bit that was there can be found in end-of-engine