Concatenation error while defining a cell variable

1 回表示 (過去 30 日間)
Furqan Hashim
Furqan Hashim 2020 年 7 月 25 日
コメント済み: Stephen23 2020 年 7 月 25 日
I am trying to define a cell variable as
col_req = {'columnA', 'ColumnB',
'ColumnC'}
and i get the following error. I don't understand why changing line in code causes this error? If cell values are more I can't fit them in one line causing readability issue.
Dimensions of matrices being concatenated are not consistent.

採用された回答

KSSV
KSSV 2020 年 7 月 25 日
編集済み: KSSV 2020 年 7 月 25 日
col_req = {'columnA', 'ColumnB', 'ColumnC' }
OR
col_req = {'columnA', 'ColumnB',........
'ColumnC' }
  2 件のコメント
Furqan Hashim
Furqan Hashim 2020 年 7 月 25 日
@KSSV what is the purpose of ...... can you explain?
KSSV
KSSV 2020 年 7 月 25 日
It is to continue your code to next line.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by