Filter löschen
Filter löschen

Array indices must be positive integers or logical values.

2 Ansichten (letzte 30 Tage)
Raushan
Raushan am 27 Okt. 2023
Kommentiert: Raushan am 27 Okt. 2023
for z=(s_asterisk_tax:1:(T-1))
W_t(z+1)=0;
for s=(s_asterisk_tax:1:z)
W_t(z+1)=W_t(z+1)+(((L_0*g^s-Z_t_tax)*(1-tau)-C_0*((epsilon_1)^(s_asterisk_tax))*(epsilon_2^(s-s_asterisk_tax)))*((1+r(1-tau))^(z-s)))
end
end
Can you please indicate my mistake?
Array indices must be positive integers or logical values.
Error in wealthaferwealth (line 96)
W_t(z+1)=W_t(z+1)+(((L_0*g^s-Z_t_tax)*(1-tau)-C_0*((epsilon_1)^(s_asterisk_tax))*(epsilon_2^(s-s_asterisk_tax)))*((1+r(1-tau))^(z-s)))

Akzeptierte Antwort

Steven Lord
Steven Lord am 27 Okt. 2023
Did you mean r*(1-tau) instead of r(1-tau) in the command in the innermost for loop?

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by