how to update a matrix for every count

1 vue (au cours des 30 derniers jours)
chan
chan le 29 Oct 2015
Commenté : Walter Roberson le 29 Oct 2015
my matrix is A=[1 2 3 4]
in first count i have updated the values to A=[6 7 8 9]
in second count my value has not been updated to A=[10 11 12 13] instead its coming [6 7 8 9]. its taking the same initial value of A for every count but i want to increment the values taking the updated values. please help
  1 commentaire
Walter Roberson
Walter Roberson le 29 Oct 2015
Please show your current code

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by