how to update a matrix for every count

1 回表示 (過去 30 日間)
chan
chan 2015 年 10 月 29 日
コメント済み: Walter Roberson 2015 年 10 月 29 日
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 件のコメント
Walter Roberson
Walter Roberson 2015 年 10 月 29 日
Please show your current code

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by