Indexing and Iteration issues

조회 수: 1 (최근 30일)
migs
migs 2017년 4월 26일
편집: Stephen23 2017년 4월 28일
Input:
for j=1:NS
tsr(j)=((r(j)*rot)/v); %TSR
end
For loop iteration
X(j) requires tsr(j) and a(j).
Both X(j) and a(j) changes every loop.
Before, I use X1(i-1), X2 (i-1).
After receiving suggestions from this forum to use indexing instead, I revised the code using indexing (still a newbie ^^,)
Any idea on how to approach this? It seems I have to deal with X(j,i-1) where j, indexes to 20 variables (equal to X1,X2, X20) and i has something to do with iteration.
Kind regards,
Wes
  댓글 수: 5
Greg Dionne
Greg Dionne 2017년 4월 27일
편집: KSSV 2017년 4월 28일
Stephen23
Stephen23 2017년 4월 28일
편집: Stephen23 2017년 4월 28일

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Wind Power에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by