mat2csv

A MATLAB function for converting .mat files to .csv files

https://github.com/TheHotChilli/mat2csv

現在この提出コンテンツをフォロー中です。

mat2csv

A MATLAB function for converting .mat files to .csv files.

Description:

This function reads data from a filename.mat file, converts the data to one cell array and writes the cell array to a filename.csv file within same directory. If filename.csv exists it will be overwritten, otherwise a new filename.csv file will be created.

Usage Example:

mat2csv("/home/user/data/measurement01.mat");

Notes:

  • Data fields within .mat file need to be vector shaped.
  • Can handle mixed types of data within the .mat file due to cell conversion.
  • Cell conversion and writing cell arrays takes time, especially for large files! There might be faster solutions - e.g. if the .mat file only contains numerical data.
  • example.m file contains a small usage example.

引用

Joshua Bauske (2026). mat2csv (https://github.com/TheHotChilli/mat2csv/releases/tag/0.1.1), GitHub. に取得済み.

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
0.1.1

See release notes for this release on GitHub: https://github.com/TheHotChilli/mat2csv/releases/tag/0.1.1

0.1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。