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 CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by