mat2csv
Version 0.1.1 (3,02 ko) par
Joshua Bauske
A MATLAB function for converting .mat files to .csv files
A MATLAB function for converting .mat files to .csv files.
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.
mat2csv("/home/user/data/measurement01.mat");
- 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.
Citation pour cette source
Joshua Bauske (2024). mat2csv (https://github.com/TheHotChilli/mat2csv/releases/tag/0.1.1), GitHub. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
0.1.1 | See release notes for this release on GitHub: https://github.com/TheHotChilli/mat2csv/releases/tag/0.1.1 |
||
0.1.0 |
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.