Error with array indices
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Charles LaMotte
il 8 Set 2020
Commentato: Walter Roberson
il 8 Set 2020
This error keeps coming up. Any thoughts?
Array indices must be positive integers or logical values.
Error in Prob3_4_2 (line 17)
T(loop)= Tmean + (Tpeak - Tmean)*cos(w((D(loop))-205));
0 Commenti
Risposta accettata
madhan ravi
il 8 Set 2020
w*
4 Commenti
Walter Roberson
il 8 Set 2020
By the way, MATLAB has absolutely no implied multiplication, anywhere that I have been able to find. Not even in the internal language used by the Symbolic Toolbox.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!