Cargo Features

[dependencies]
matlab-sys = { version = "0.3.1", default-features = false, features = ["interleaved-complex", "separate-complex"] }
interleaved-complex default

Use the modern interleaved complex api available since Matlab 2018a.

Affects raw::interleaved_complex

separate-complex

Use the old separate complex api.

Affects raw::separate_complex

default = interleaved-complex

By default the more modern and type safe API is exposed. Use this by default, unless you have to support Matlab releases prior to R2018a.