Clear Filters
Clear Filters

Point lies out data grid (in getHyperCube) error

6 views (last 30 days)
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.

Accepted Answer

Nithin Kumar
Nithin Kumar on 3 Mar 2023
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.

More Answers (1)

BERK INAN
BERK INAN on 4 Feb 2024
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'

Tags

Community Treasure Hunt

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

Start Hunting!