Furkan Erdem
Followers: 0 Following: 0
Feeds
提问
Results are NaN or absurd if a certain parameter changes.
Hello everyone, The code I have given below is the explicit 1-D finite difference solution of a heat transfer question. The pro...
3 years 前 | 2 个回答 | 0
2
个回答提问
Return function to go back to the beginning of the script
x=50; t=0:x:1000; n=numel(t); h(1)=100; es=0.1; for i=1:n-1; f1=2-0.1*(h(i)^(1/2)); h(i+1)=h(i)+x*f1; f2...
3 years 前 | 1 个回答 | 0