Simulink write to array index
24 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Goodmorning,
Which block should be used to write to a specific index of an array in Simulink.
Eg. I have a signal with an array [2, 1, 8, 5] and I want to write a 2 to index 3, keeping the other values equal. This should result in an array [2,1,3,5].
Should this really be done by a matlab function?
Kr, BV
0 Commenti
Risposte (2)
Birdman
il 20 Lug 2018
Of course it can be done. Check the attached files.
1 Commento
Antony Smith
il 26 Mag 2022
I s there really no 'inverse' block to the "Index Vector" block??
Seems like quite an oversight on behalf of simulink functionality?
Vedere anche
Categorie
Scopri di più su General Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!