error when using table with specified variable names

Hi guys im trying to join 2 variable string-array and double array by table. I already defined the variable names, but error hapened when i want to create table.

댓글 수: 3

"but error hapened when i want to create table. "
Have you tried following the very specific advice already given in the error message?
it returns error :
Error using table
The VariableNames property must contain one name for each variable in the table.
Error in LoadInvestigation_rev1 (line 224)
section_properties = table(stringdata,doubledata,VariableNames=varnames);

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

답변 (1개)

Arif
Arif 2024년 5월 19일
편집: Arif 2024년 5월 19일

0 개 추천

already closed. i already find by my way

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

제품

태그

질문:

2024년 5월 18일

편집:

2024년 5월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by