Feeds
질문
Please some one should help me traces this error in my code of system of o.d.e. The Matlab give me these error ''Error using kennie>loren Too many input arguments. '''
function kennie global a k a=4; k=4; y0=[0 1 0 0]; [T,Y]=ode45(@loren,[0,10],y0,0.01,0.1); disp([T,Y]) figure(1);...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Please how will I insert this initial data u(x)=1 for -1<x<0 and u(x)=-1/2 for 0<x<=1 in advection equation using backward finite difference
Lmax = -1 t0 1; % Maximum length %Tmax = (4/400); % Maximum time c = 2.0; % Advection velocity % Parameters needed to solve t...
대략 8년 전 | 답변 수: 0 | 0