Invalid array indexing. column 19.help

R02(i) = (beta1.*epsilon(i)(xi2(i)((1-epsilon(i)).*Q2(i) + rho(i).*Q1(i))))./(varphi(i).*Q1(i).*Q2(i).*Q3(i).*(1 - Phi1));

 採用された回答

Stephan
Stephan 2021 年 3 月 22 日
編集済み: Stephan 2021 年 3 月 22 日

1 投票

epsilon(i)(xi2(i)((1-epsilon(i))
is not allowed in Matlab, do you mean?:
epsilon(i)*(xi2(i)*((1-epsilon(i))

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

タグ

質問済み:

2021 年 3 月 22 日

編集済み:

2021 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by