Skip to content

nazarovsky/mex-writematrix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Description: Function to write matrix contents to 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 ';' or sprintf('\t')
  • writemode - write mode 'w+' for rewriting file 'a+' for appending

About

Replacement (fast!) for dlmwrite in MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published