photo

Sean


Student

Active since 2016

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


ODE15s solver
%ODE15s function function F = oden(t,ys) % F is same as dudt, U = ys(1:N,1); % Bounda...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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 ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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 ...

meer dan 8 jaar ago | 0 answers | 0

0

answers