Write Custom Header Title using Export

I would like to export a matrix of doubles with a comma as the delimiter. If the matrix is called numMat I have been using the following command.
export(dataset(numMat),'file','test.csv','Delimeter',',');
However, this produces a file whose first row is . . .
numMat_1,numMat_2,numMat_3,...
I want to be able to change the first row so that it more meaningfully describes each column.

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

タグ

質問済み:

2012 年 10 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by