Skip to content

matio.sourceforge.io

C library for reading and writing MATLAB MAT files

Package Information

  • Domain: matiosourceforge.io
  • Name: matio.sourceforge.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install matdump

Programs

This package provides the following executable programs:

  • matdump

Aliases

This package can also be accessed using these aliases:

  • matdump
  • libmatio

Available Versions

Show all 6 versions
  • 1.5.28, 1.5.27, 1.5.26, 1.5.25, 1.5.24
  • 1.5.23

Latest Version: 1.5.28

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +matiosourceforge.io@1.5.28 -- $SHELL -i

Dependencies

This package depends on:

  • hdfgroup.org/HDF5
  • zlib.net

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.matiosourceforgeio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.