필터 지우기
필터 지우기

Point lies out data grid (in getHyperCube) error

조회 수: 6 (최근 30일)
Yunus Ertugrul
Yunus Ertugrul 2023년 2월 27일
답변: BERK INAN 2024년 2월 4일
Hi all, I'm trying to run a simulation included an interpreted MATLAB function but get following error: Error due to multiple causes. Point lies out data grid (in getHyperCube). Error evaluating MATLAB function in 'bla/bla...' Thx.

채택된 답변

Nithin Kumar
Nithin Kumar 2023년 3월 3일
Hi Yunus,
I understand that you are trying to run a simulation that included an interpreted MATLAB function and found a “Point lies out data grid” error.
“Point lies out of data grid” error occurs when you try to make use of data outside the range of the input data grid.
To fix this error, you need to make sure that the points you are trying to use lie within the range of the input data grid.
I hope this suggestion helps you resolve the issue you are encountering.

추가 답변 (1개)

BERK INAN
BERK INAN 2024년 2월 4일
I encountered with same error. When I run the "runF16Sim.m" script, nonlinear F16 model is not working. My configuration is: High Fidelity, Altitude: 5000ft, Airspeed: 600knots. This error may related with nlplant.c or F16_Actuator_Library.mdl. I did not solve. Error: Error using runF16Sim Error due to multiple causes. Caused by: Error using runF16Sim Point lies out data grid (in getHyperCube) Error using runF16Sim Error evaluating MATLAB function in 'F16Block/F-16 Non-linear Plant/F16 nlsim nlplant'

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by