Fast csvwrite/dlmwrite replacement for MATLAB (.mex function)
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Replacement (fast!) for dlmwrite in MATLAB
Function to write matrix contents to the file. Replacement for (slow) dlmwrite in MATLAB
Usage: mex_WriteMatrix(filename,matrix,format,delimiter, writemode);
Parameters:
filename - full path for CSV file to export
matrix - matrix of type 'double' values to be exported
format - format of export (sprintf) , e.g. '%10.6f'
delimiter - delimiter, for example can be ',' or ';'
writemode - write mode 'w+' for rewriting file 'a+' for appending
Cite As
Alex Nazarovsky (2026). mex_WriteMatrix (https://github.com/nazarovsky/mex-writematrix), GitHub. Retrieved .
Acknowledgements
General Information
- Version 1.0.0.0 (10.5 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
