Evaluate function real-time in Simulink
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hy,
I have the following function in Simulink, which i would like to evaluate for all X, Y values in real-time.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/235430/image.png)
The inputs for X and Y are real time values, changing with sample time, PX and PY are column vectors, which i am searching the optimal point in, LAD is a constant value.
The function searches the point exactly as far from X, Y as the value of LAD and would give it back through GX and GY in real time, but shows me the following error:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/235431/image.png)
The function ports are shown here:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/235432/image.png)
How can I get this done?
Thank you for your help in advance.
Gergely Hunyady
0 commentaires
Réponses (1)
Fangjun Jiang
le 27 Août 2019
Open the MATLAB function, click "Edit Data", specify the "size" of output GX and GY. Most common is the change from "-1" (inherient) to "1" (scalar).
Voir également
Catégories
En savoir plus sur Arduino Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!