Invalid array indexing. column 19.help

2 次查看(过去 30 天)
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
epsilon(i)(xi2(i)((1-epsilon(i))
is not allowed in Matlab, do you mean?:
epsilon(i)*(xi2(i)*((1-epsilon(i))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by