Combine vectors of different dimensions to a table

5 ビュー (過去 30 日間)
Shashank Bhatia
Shashank Bhatia 2019 年 11 月 9 日
コメント済み: Shashank Bhatia 2019 年 11 月 13 日
Dear Mathworks Community,
I have 380 vectors each with same column (1) but with little different number of rows e.g. 18000*1 or 18001*1 or 17999*1.
How to combine all into table?
I tried T=table(APP,PSS,TSS,VUU,...,....,.... ...);
But error:
All variables must have the same number of rows.
Looking various ways to combine them.
Help much appreciated.
Thanks

回答 (1 件)

Nikhil Sonavane
Nikhil Sonavane 2019 年 11 月 12 日
You can try padding the arrays with 0 or NaN so that all arrays are of same size and the combine them as required
  1 件のコメント
Shashank Bhatia
Shashank Bhatia 2019 年 11 月 13 日
Thanks Nikhil for suggestion. Do you mean to suggest create table with 0 or NaN of row*column 18001*380 and then fill the table whereever entries are?
Can you suggest the code?

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

カテゴリ

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