You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% FUNCTION csvexport(filename, data, dlm, precision, [optional])
% Exports cellarray [data] with delimiter [dlm] and [precision]
% to [filename]. Any optional parameter forces data to be added. If no optional
% parameter is given file will be created.
% The [data] cellarray can contain different datatypes (doubles, string...),
% but must not contain mixed datatypes in one column (was not needed in my
% problem, but can be added easily. However, this should increase computing time)
% (decimal) points are replaced by comma
Any improvements appreciated!
Cite As
Christian (2026). csvexport (https://uk.mathworks.com/matlabcentral/fileexchange/37893-csvexport), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.63 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
