Skip to Content

matio v1.5.26

Created
Updated

MATLAB MAT File I/O Library

# Usage

matio can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(matio REQUIRED IMPORTED_TARGET matio)
target_link_libraries(main PRIVATE PkgConfig::matio) 

# License

# Supported Platforms

All platforms are supported

# Features

Default features: hdf5 , zlib

# extended-sparse

Enable extended sparse matrix data types not supported in MATLAB

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# hdf5 default

Check for HDF5 library

Dependencies:
and one transitive dependency:
Host Dependencies:
2 transitive dependencies:

# mat73

Enable support for version 7.3 MAT files

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# pic

Enable position-independent code (PIC), i.e., compilation with the -fPIC flag

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# zlib default

Check for zlib library

Dependencies:

No transitive dependencies.

Host Dependencies:
one transitive dependency:

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • atkawa7's avatar atkawa7
  • Robert Schumacher's avatar Robert Schumacher
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Alexander Neumann's avatar Alexander Neumann
  • pravic's avatar pravic
  • Billy O'Neal's avatar Billy O'Neal
  • Silvio Traversaro's avatar Silvio Traversaro
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Thomas1664's avatar Thomas1664
  • Alexander Neumann's avatar Alexander Neumann
  • autoantwort's avatar autoantwort
  • jim wang's avatar jim wang
  • miyanyan's avatar miyanyan

# Changelog

and 13 more commits:

# Source