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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0
