error when using table with specified variable names

3 visualizzazioni (ultimi 30 giorni)
Arif
Arif il 18 Mag 2024
Modificato: Arif il 19 Mag 2024
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 Commenti
Arif
Arif il 19 Mag 2024
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);

Accedi per commentare.

Risposte (1)

Arif
Arif il 19 Mag 2024
Modificato: Arif il 19 Mag 2024
already closed. i already find by my way

Categorie

Scopri di più su Tables in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by