Need help understanding error PLEASE

조회 수: 1 (최근 30일)
Triggs
Triggs 2020년 4월 27일
편집: Triggs 2020년 5월 1일

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 4월 27일
편집: Ameer Hamza 2020년 4월 27일
You haven't attached the function fwithforcing(), so I cannot run your code, but I guess that sometimes the value of x(n) becomes negative, which causes an issue with axis() function. The limits in axis() should be in ascending order. Try to change it like this.
axis([sort([0 x(n)]) -Fmax Fmax]);
Note that you will need to change both calls to axis().
  댓글 수: 5
Triggs
Triggs 2020년 4월 27일
편집: Triggs 2020년 4월 27일
I've found the problem on line 116 there is a ^4, when that is removed the entire code works but when its there thats when the errors occur but that term needs to be there. is there any way i can fix that?
b(i)=b(i)+q(i+1)*dt/dx*U(i+1)^4;
Ameer Hamza
Ameer Hamza 2020년 4월 27일
I do not clearly understand about your program logic. You need to analyze this according to the equations you have.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Heat and Mass Transfer에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by