photo

Abdulaziz Garba Ahmad


Last seen: casi 5 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
0 Respuestas

CLASIFICACIÓN
103.235
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas