JMatIO - Matlab's MAT-file I/O in JAVA

Package contains Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and wr
ダウンロード: 7.4K
更新 2007/10/5

ライセンスの表示

JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.

Currently supported data types are:
+ Double array
+ UInt8, Int8 array
+ UInt64, Int64 array
+ Char array
+ Structure
+ Cell array
+ Sparase array

this project is also available at http://sf.net/projects/jmatio

引用

Wojciech Gradkowski (2024). JMatIO - Matlab's MAT-file I/O in JAVA (https://www.mathworks.com/matlabcentral/fileexchange/10759-jmatio-matlab-s-mat-file-i-o-in-java), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCall Java from MATLAB についてさらに検索
謝辞

ヒントを与えたファイル: CSMatIO: MAT-file I/O API for .NET 2.0, DC_Motor_speed_control

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

+ Sparse matrix bugfixes
+ MatFileReader performance enhancements
+ new MatFileReader methods added