Constant input as "iteration limit" for "for loop iterator" block

5 vues (au cours des 30 derniers jours)
ADITYA NAYAK
ADITYA NAYAK le 8 Fév 2020
Commenté : ADITYA NAYAK le 9 Fév 2020
In the for loop iterator block, is it necessary to have the external value input for "iteration limit (N)" as a constant value. If yes, how to handle the scenario where in the limit needs to be variable value?
The following blocks handling as attached in the image gives the following error "must be connected to either an input port, a width block, or the signal width output port of a probe block"
ForIteratorBlock.JPG

Réponse acceptée

stozaki
stozaki le 9 Fév 2020
I attached example model.
Please try to use it.
  1 commentaire
ADITYA NAYAK
ADITYA NAYAK le 9 Fév 2020
Dear Stozaki,
Appreciate your time taken to reply on the question. This approach solved the issue. The summary I understood that the variable operation (like any operations +, -, *rt, /) should be done outside the for iterator subsystem. Within the for iterator it should have only input port against the "iteration limit (N)" port.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by