Point lies out data grid (in getHyperCube) error
조회 수: 6 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
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.
댓글 수: 0
추가 답변 (1개)
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'
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!