Community Profile

photo

Furkan Erdem


Last seen: 3 månader ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

nästan 3 år ago | 2 answers | 0

2

answers

Question


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...

nästan 3 år ago | 1 answer | 0

1

answer