필터 지우기
필터 지우기

Variable name changing in a table

조회 수: 2 (최근 30일)
Cameron Kirk
Cameron Kirk 2019년 12월 16일
댓글: Cameron Kirk 2019년 12월 17일
Hello,
I am trying to change the headers for each column of my table to names which I already created in a 1x29 cell array. However using the following code:
GaitAnalysisTable2 = array2table(Data(2:end,:),'VariableNames',GaitAnalysisTableNames);
I am always met with the message 'The VariableNames property must contain one name for each variable in the table'
Unsure as to why this is happening
Thanks
  댓글 수: 3
Guillaume
Guillaume 2019년 12월 16일
Unsure as to why this is happening
Easy to answer, the number of columns in Data doesn't match the number of cells in GaitAnalysisTableNames. As per the cyclist comment, without knowing what these are we can't tell you more.
Cameron Kirk
Cameron Kirk 2019년 12월 17일
Thanks for asking both! It appears I've resolved this (but I now have another problem)

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by