mat2csv

バージョン 0.1.0 (2.94 KB) 作成者: Joshua Bauske
A MATLAB function for converting .mat files to .csv files
ダウンロード: 158
更新 2022/7/8

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.

引用

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

MATLAB リリースの互換性
作成: R2022a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

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

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