Fast csvwrite/dlmwrite replacement for MATLAB (.mex function)
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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
引用
Alex Nazarovsky (2026). mex_WriteMatrix (https://github.com/nazarovsky/mex-writematrix), GitHub. に取得済み.
謝辞
ヒントを与えたファイル: fcell2csv - Fastest Cell Array to CSV-file
一般的な情報
- バージョン 1.0.0.0 (10.5 KB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
GitHub の既定のブランチを使用するバージョンはダウンロードできません
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
