Filter löschen
Filter löschen

Addition of specified array indexes in simulink

1 Ansicht (letzte 30 Tage)
ricard molins
ricard molins am 11 Dez. 2018
Beantwortet: madhan ravi am 11 Dez. 2018
I am having some problems whentrying to achieve what seems to be a simple for loop with simulink. The loop I want to acheive is something like:
% INPUTS
myArray = [1,2,3,4,3,2,3,4,5,6,7] % example
startIndex = 3
endIndex = 5
% Actual loop
total = 0
for c = startIndex:1:endIndex
total += myArray(c)
end
Any guidance on how could this behaviour be achieved in simulink?

Akzeptierte Antwort

madhan ravi
madhan ravi am 11 Dez. 2018

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by