how to change delimeter csv?

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 ;

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Mayo de 2018

0 votos

No, it is not possible with csvwrite. See dlmwrite instead.

Categorías

Más información sobre MATLAB Report Generator en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 30 de Mayo de 2018

Respondida:

el 30 de Mayo de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by