Feeds
질문
Can't plot T_num on midpoinnts
Write a MATLAB function with the input • number NJ of equidistant control volumes in the interval [0, 1], • vector T0, where T...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Where did i go wrong as my answer is wrong
Write a MATLAB function with the input • number NJ of equidistant control volumes in the interval [0, 1], • vector T0, where T...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Can't call my function to another m file
I have two m files containing in one folder. I want to calculate error of exact and numerical solution on the third m file. The ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
What did i do wrong here?
L=1; alpha= 10^-3; T1=800; T2=200; x=0:0.01:L; N=50; t=0:5:25; A_0=(T1+T2)/2; Teaxct=zeros(length(x),length(t));...
대략 6년 전 | 답변 수: 1 | 0
