error when using table with specified variable names

4 次查看(过去 30 天)
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