how to change delimeter csv?

3 views (last 30 days)
Jessica Blasco
Jessica Blasco on 30 May 2018
Answered: Walter Roberson on 30 May 2018
I would like to change the delimeter in csvwrite,it's possible? I tried this: csvwrite('name_fichero', matrix, 'Delimeter',';'), but gives error... I need separate for ;

Answers (1)

Walter Roberson
Walter Roberson on 30 May 2018
No, it is not possible with csvwrite. See dlmwrite instead.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!