Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
255.015
of 301.447
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.284
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.609
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
Pregunta
Error in ODE15s
clc clear all m=50; delx=1/(m-1); h_int=0.0005e7; final_time=1e7; t0=0; tf=final_time; N_samples=(final_time/h_int...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Getting error while solving coupled PDEs
clc clear all m=50; delx=1/(m-1); h_int=0.0005e7; final_time=1e7; N_samples=(final_time/h_int)+1; t0=0; tf=final_tim...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
getting error while solving PDE using ode45
m=50; delx=1/(m-1); h_int=0.0005; final_time=1; N_samples=(final_time/h_int)+1; t0=0; tf=final_time; p_mat=zeros(N...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
function to call, code run but didnt print the value
x1=input('x1'); x2=input('x2'); x3=input('x3'); Xvec=[x1,x2,x3]'; function Fofx=my_fun1(R1;R2,R3) R1=((2*Xvec(1)^2)(4*(X...
más de 4 años hace | 1 respuesta | 0
