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 ;

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 5 月 30 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

質問済み:

2018 年 5 月 30 日

回答済み:

2018 年 5 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by