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
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