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 件のコメント

Stephen23
Stephen23 2024 年 5 月 18 日
"but error hapened when i want to create table. "
Have you tried following the very specific advice already given in the error message?
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);
Arif
Arif 2024 年 5 月 19 日

サインインしてコメントする。

回答 (1 件)

Arif
Arif 2024 年 5 月 19 日
編集済み: Arif 2024 年 5 月 19 日

0 投票

already closed. i already find by my way

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

製品

タグ

質問済み:

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