Effacer les filtres
Effacer les filtres

Point lies out data grid (in getHyperCube) error

6 vues (au cours des 30 derniers jours)
Yunus Ertugrul
Yunus Ertugrul le 27 Fév 2023
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.

Réponse acceptée

Nithin Kumar
Nithin Kumar le 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.

Plus de réponses (1)

BERK INAN
BERK INAN le 4 Fév 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'

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by