for in MATLAB Function block in Simulink

3 Ansichten (letzte 30 Tage)
HEMANT GHUGE
HEMANT GHUGE am 22 Jul. 2019
Facing trouble in implementing our algorithm in Simulink which contains for loop. For loop in MATLAB Function is not running properly.
We have MATLAB code which contains for loops. For loops ain't implemented in Simulink by us.
Please help us.
Waiting for reply.

Akzeptierte Antwort

Andrey Kiselnikov
Andrey Kiselnikov am 22 Jul. 2019
Bearbeitet: Andrey Kiselnikov am 22 Jul. 2019
There are two right ways to solve you problem:
  1. Refactor your code with replacing loops with matrix operations https://www.mathworks.com/matlabcentral/answers/369868-how-do-i-replace-my-for-loops-using-matrix-manipulation
  2. Build your algorithms with Stateflow
  5 Kommentare
Maitreyee Mordekar
Maitreyee Mordekar am 24 Jul. 2019
Hello Hemant,
That's great to hear!
All the best,
Maitreyee
Andrey Kiselnikov
Andrey Kiselnikov am 24 Jul. 2019
If it was helpful you can mark answer as accepted ;)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Parrot Minidrones finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by