Community Profile

photo

Fei Lai


University of Sydney

2016년부터 활동

Followers: 0   Following: 0

연락

통계

Feeds

보기 기준

질문


How to replace two for loops with matrix expression
the original code is like this: % for i=2:nhx-1 for j=2:nhy-1 Unew(i,j)= U(i,j)-dt*(P(i+1,j)-P(i-1,j))/(2*hx).....

거의 8년 전 | 답변 수: 1 | 0

1

답변