Do not understand how to make my index exceed 1. (thank you)

1 回表示 (過去 30 日間)
Harman Johal
Harman Johal 2023 年 11 月 25 日
移動済み: Torsten 2023 年 11 月 25 日

回答 (1 件)

Torsten
Torsten 2023 年 11 月 25 日
移動済み: Torsten 2023 年 11 月 25 日
In the first line of the for-loop, you set bstress to a scalar value.
So in the statement
if bstress(i) < NegEstress(i)
bstress(i) does not exist when i > 1.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by