Community Profile

photo

Furkan Erdem


Last seen: 4 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 1

查看徽章

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

1

个回答