Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
113.433
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.172
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
can any one to help me to run this code>>>
function [var,dvar] = adiab % ideal adiabatic model simulation % Israel Urieli, 7/6/2002 % Returned values: % v...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
any one help me ; how can I insert an array I=[600 400 200 100 0] in my code which solved using runge kutta method (this constant(I) change in my equations)
%initial condition t(1)=0; Tg(1)=26; %step size h=1; tfinal=300; N=ceil(tfinal/h); %update loop for ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
any one help me ; how can I insert an array I=[600 400 200 100 0] in my code which solved using runge kutta method (this constant(I) change in my equations)
%initial condition t(1)=0; Tb(1)=27; Tw(1)=30; Tg(1)=26; %step size h=1; tfinal=300; N=ceil(tfinal/h); %update lo...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
hello, I have three complex differential equations (dTb/dt , dTw/dt , dTg/dt) and I solved it using runge kutta method , matlab run successfully but all result on commend window is "NoN",I'm sure from my equations.
is rung kutta method solve very complex equation such equation in this file
más de 7 años hace | 1 respuesta | 0
