How can I run this iteration?
이전 댓글 표시
I want to calculate the pressure in a soil column for different depths i and different times t. My solution calculates the pressure u at time t + delta t for each node i sequentially, which means, I am looking for u(i,t+delta t). Initial pressures u(i,t) are given.
However, the solution of u(i,t+delta t) depends on u(i+1,t+delta t), which has not yet been calculated, so that the equation needs iterations.
All other variables (Cv, h) are known as well and do not change.
I don't know how to implement this in Matlab. Can anyone help me? It would help me so much!
Thanks a lot,
Juditha

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!