create a statement conditional on if index is in bounds

1 回表示 (過去 30 日間)
Robert
Robert 2013 年 1 月 23 日
lets say A is a matrix [4 2 3 1 5 0]. during a while loop with j=j+1 on each loop, I would like to say if A(j) is out of bounds then the program needs to break the while loop. If you have any questions let me know. Thanks for your help!
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 1 月 23 日
編集済み: Walter Roberson 2013 年 1 月 23 日
A(j) is out of bounds with respect to what? Some other matrix? Or are you asking about whether j is out of bounds with respect to indexing A ?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by