Point lies out data grid (in getHyperCube) error
6 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
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.
0 Comments
More Answers (1)
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'
0 Comments
See Also
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!