problem in giving variable name to table for export

1 回表示 (過去 30 日間)
SEPIDEH
SEPIDEH 2015 年 10 月 26 日
編集済み: SEPIDEH 2015 年 10 月 26 日
Hi all,
I have a cell array matrix which is: result1 =
'piezometer/depth[cm]' [ 5] [ 10] [ 30] [ 50] [ 100]
'F2(RT[Sec])' [7020] [13740] [37620] [55740] [ 77520]
'F3(RT[Sec])' [1440] [ 2820] [ 7800] [11460] [ 15420]
'F5(RT[Sec])' [6300] [12600] [37980] [63600] [128580]
How is possible to consider the first row and column as header and then export them as txt or dat file like a table?
After this step I want to have plot some thing like the picture that I attached here (I prepared this plot using excel).
Hope to hear your answers. Thanks

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 10 月 26 日
cell2table( result1(:,2:end).', 'VariableNames', result1(:,1) )
  1 件のコメント
SEPIDEH
SEPIDEH 2015 年 10 月 26 日
編集済み: SEPIDEH 2015 年 10 月 26 日
Hi, thanks for reply.
But I got this error, how is it possible to solve this problem?
Error: Error using cell2table (line 69) 'piezometer/depth[cm]' is not a valid variable name.
Hope to hear from you. Best Sepideh

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by