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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
