csvexport

Version 1.0.0.0 (1,63 ko) par Christian
Export cellarrays to csv files
227 téléchargements
Mise à jour 24 août 2012

Afficher la licence

% 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!

Citation pour cette source

Christian (2024). csvexport (https://www.mathworks.com/matlabcentral/fileexchange/37893-csvexport), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0