Error with array indices
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
madhan ravi
2020년 9월 8일
w*
댓글 수: 4
Walter Roberson
2020년 9월 8일
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.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!