Borrar filtros
Borrar filtros

Unrecognized function or variable 'LookupTableFiles'.

1 visualización (últimos 30 días)
Mari Norwie
Mari Norwie el 1 de Jun. de 2020
Respondida: Ananya Tewari el 19 de Jun. de 2020
I am encountering this problem
Unrecognized function or variable 'LookupTableFiles'.
Error in xlsxdatatostructurearray (line 85) AerodynamicData = struct(subf1,LookupTableFiles, subf2,StructOut, subf3,CurrentSheetMat);
I have to populate the structure array AerodynamicData with the data in subf1, subf2 and subf3.
AerodynamicData = struct(subf1,LookupTableFiles, subf2,StructOut, subf3,CurrentSheetMat);
display(AerodynamicData);

Respuestas (1)

Ananya Tewari
Ananya Tewari el 19 de Jun. de 2020
Hi Mari,
I understand that you are getting an error while executing the code.
It is probably happening because you may have not defined the ‘LookupTableFiles’ prior creating the structure array.
Please refer to the below link on creating a structure array

Categorías

Más información sobre Big Data Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by