creating an empty column vector

16 ビュー (過去 30 日間)
antonet
antonet 2012 年 5 月 24 日
Hi all,
I would like to create an empty column vector so as when I extract this vector to excel to see empty cells.

採用された回答

Oleg Komarov
Oleg Komarov 2012 年 5 月 24 日
cell(10,1)
Note that you can write to excel into a specific range, i.e. you don't need to add empty cell arrays to skip columns/rows.
  4 件のコメント
antonet
antonet 2012 年 5 月 24 日
cell is 144 by 1 adn data1 is 144 by 309. for example
data1=0.0019 0.0022 0.0017 0.0016 0.0014 0.0022 0.0120
0.0020 0.0018 0.0020 0.0018 0.0023 0.0017 0.0120
0.0005 0.0005 0.0005 0.0004 0.0003 0.0003 NaN
0.0005 0.0005 0.0005 0.0004 0.0003 0.0003 0.0500
0.0000 NaN NaN NaN NaN NaN 0.0820
NaN NaN
Oleg Komarov
Oleg Komarov 2012 年 5 月 25 日
[cell() num2cell(data1)]

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

その他の回答 (0 件)

カテゴリ

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