필터 지우기
필터 지우기

Unrecognized function or variable 'LookupTableFiles'.

조회 수: 1 (최근 30일)
Mari Norwie
Mari Norwie 2020년 6월 1일
답변: Ananya Tewari 2020년 6월 19일
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);

답변 (1개)

Ananya Tewari
Ananya Tewari 2020년 6월 19일
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

카테고리

Help CenterFile Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by