
MOSLI KARIM
UNIVERSITY OF BEJAIA
PHD STUDENT IN MECHANICAL UNIVERSITY OF BEJAIA
Python, MATLAB
Spoken Languages:
Arabic, English, French
Statistics
0 Fragen
5 Antworten
RANG
209.587
of 273.139
REPUTATION
0
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 18.447
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 122.544
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Not enough input arguments. Error in odefun (line 2) y1 = y(1); Error in bvp4c (line 5) sol =bvp4c(odefun,bcfun,solinit);
function ANSWER_MATHWORKII D=0.1; % m2/s U=1; % m/s K = 1*10^-6;% equation to solve guess =[2;1]; xmesh = linspace(0,1,...
etwa 2 Monate vor | 0
Solve second order non linear differential equation
Pi=1; BC=@(ya,yb)[ya(1) yb(1)-1]; dxdy=@(x,y)[y(2);(1/2)*Pi-y(1)^2]; solinit=bvpinit(linspace(0,1,5),[0 0]); sol=bvp4c(...
etwa 2 Monate vor | 0
Solving a highly non linear equation in Matlab
here is my proposal for your problem Unrecognized function or variable 'here'. %%%%%%%%%%%%%%%%%% CODE MATLAB func...
6 Monate vor | 0
Solve nonlinear 2nd order ODE numerically
function pvb_pr13 tspan=[0 1.5]; y0=[1 0]; [x,y]=ode45(@fct,tspan,y0); figure(1) hold on plot(x,y(:,1),'r-') grid o...
6 Monate vor | 0
BVP4C Unable to solve the collocation equations -- a singular Jacobian encountered
Hi, here is the solution that I propose to you %These are my setup functions. R=0.2; q=1; k=1; eps=1.0000e-06; r=linspac...
6 Monate vor | 0