Matlab function block
Afficher commentaires plus anciens
how to change values of vector element according to a counter
like if the counter =1 then write at element one of the vector m the value of 100 m(1)=100 m(2)=200 as values 100 , 200 will be a input
3 commentaires
Sumit Tandon
le 26 Juin 2012
Are you having difficulty maintaining values of variables over successive time steps? Did you already try using PERSISTENT variables in the MATLAB Function block?
Mohammed
le 26 Juin 2012
Kaustubha Govind
le 26 Juin 2012
Your question is not clear. Is your question about "how to implement a counter", or about how to write elements to a vector (which it appears you already know how to do)?
Réponses (0)
Catégories
En savoir plus sur Simulink Functions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!