mex_WriteMatrix

版本 1.0.0.0 (10.5 KB) 作者: Alex Nazarovsky
Fast csvwrite/dlmwrite replacement for MATLAB (.mex function)
323.0 次下载
更新时间 2018/2/24

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

http://nazarovsky.ru/2014/08/22/fast-csv-values-export-to-file-mex-based-dlmwrite-replacement-for-matlab/

引用格式

Alex Nazarovsky (2024). mex_WriteMatrix (https://github.com/nazarovsky/mex-writematrix), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库