error when using table with specified variable names

조회 수: 3 (최근 30일)
Arif
Arif 2024년 5월 18일
편집: Arif 2024년 5월 19일
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
Arif
Arif 2024년 5월 19일
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일
already closed. i already find by my way

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by