Feeds
提问
ODE15s solver
%ODE15s function function F = oden(t,ys) % F is same as dudt, U = ys(1:N,1); % Bounda...
8 years 前 | 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 ...
8 years 前 | 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 ...
8 years 前 | 0 个回答 | 0