MATLABmat
MATLABmat is a proposed, non-official data interchange format and runtime library intended to enable portable storage and exchange of MATLAB data across programming languages and computing environments. Conceived as a complement to MATLAB's native MAT-file format, MATLABmat aims to provide a language-agnostic representation for MATLAB matrices, arrays, and related data structures, with emphasis on large-scale and distributed workflows.
Its data model uses a hierarchical, node-based structure that can represent numeric arrays (including double, single,
Encoding and interoperability: MATLABmat defines a binary wire format and an on-disk container (.mmat, for example)
Usage and status: MATLABmat is discussed in academic and community contexts as a potential solution for cross-language
See also: MAT-file, MATLAB, HDF5, data interchange formats, interoperability.