Feeds
질문
ODE15s solver
%ODE15s function function F = oden(t,ys) % F is same as dudt, U = ys(1:N,1); % Bounda...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Matlab command window showing error and no working fine
function Final_difference clear clc close all format long % Constant coefficient alpha = 1; beta = 1; % Boundary ...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Matlab showing 'Index exceeds matrix dimensions.'Index exceeds matrix dimensions. Error in Final/oden (line 44) U = ys(1:N,1); Error in odearguments (line 87) f0 = feval(ode,t0,y0,args{:}); % ODE15I sets args{1} to yp0. Error in ode15s (
function Final_difference clear clc close all format long % Constant coefficient alpha = 1; beta = 1; % Boundary ...
9년 초과 전 | 답변 수: 0 | 0