Cargo Features

MatFile has no features set by default.

[dependencies]
matfile = { version = "0.4.1", features = ["ndarray"] }
ndarray = ndarr, num-complex

Affects matfile::ndarray

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ndarr ndarray?

Enables ndarray

num-complex ndarray?