Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Defining a variable in specific nodes
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I need to define a variable B(j)) in the 1/2 3/2 5/2.... . e.g i have the variables A(i) and B(j). So the loops are( for i =2:N and j=2:N) .
And B(j)=A(i+1)-A(i)
댓글 수: 8
Adam Danz
2019년 5월 6일
Well then I'm not sure what's going on because loops require integer increments.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!