Feeds
질문
Saving matrix after each for loop, note size of n(k) is not constant
Dear all, I have to save the vector after each loop, here size of n(k) varies. I am not able to save the values of Z after each...
11년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
time looping or increment not updating
@Geoff Hayes, I am mentioning time t, actually I want to know the output (u,F) for different values of time t, which I had menti...
time looping or increment not updating
@Geoff Hayes, I am mentioning time t, actually I want to know the output (u,F) for different values of time t, which I had menti...
11년 초과 전 | 0
질문
time looping or increment not updating
Hi all, I have to time loop/time increment with the code: t=deltat:deltat:3600*5; Even by varying the time t in the for loo...
11년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Error Matrix dimensions must agree
\ operator performs gauss elimination of linear equations. Au=d, instead of inverting the matrix it performs elimination. here s...
Error Matrix dimensions must agree
\ operator performs gauss elimination of linear equations. Au=d, instead of inverting the matrix it performs elimination. here s...
11년 초과 전 | 0
질문
Error Matrix dimensions must agree
Dear friends, Please help me with this. I got error message at: soln=A\(rhs); %pressure head at each nodal points in th...
11년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
maximum variable size allowed by the program is exceeded?
Thank yo brother, it is supposed to be ones(1,n), now I got the solution. Thanks a lot. Adarsh
maximum variable size allowed by the program is exceeded?
Thank yo brother, it is supposed to be ones(1,n), now I got the solution. Thanks a lot. Adarsh
11년 초과 전 | 0
질문
maximum variable size allowed by the program is exceeded?
PLz help me This is the code alps=17; %slope angle dz=200; %depth of water table from the suface ...
11년 초과 전 | 답변 수: 3 | 0
