Dimension of arrays being concatenated are not consistent.

조회 수: 1 (최근 30일)
Julia Hotze
Julia Hotze 2019년 7월 26일
댓글: Rik 2019년 7월 29일
I am working with an excel report that I am trying to sort based on the values in one column in the excel sheet and then export excel files that pertain to the data for the specific ID. I need help figuring out where the values are not consistent and what I need to change.
Currently, I am getting the error
Error using vertcat Dimensions of arrays being concatenated are not consistent.
Error in Midtown (line 91) xlswrite ([path abc],[headers; C]);
  댓글 수: 4
Julia Hotze
Julia Hotze 2019년 7월 29일
There are 22 columns. The number of rows varies. C is not a numeric array
Rik
Rik 2019년 7월 29일
The error indicates the number of columns is not equal between the two. Have you confirmed both are 22 columns just before this line executes? (using breakpoints)

댓글을 달려면 로그인하십시오.

답변 (1개)

Catalytic
Catalytic 2019년 7월 27일
편집: Catalytic 2019년 7월 27일

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by