Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
229.426
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
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
error in runge kutta -Unable to perform assignment because the left and right sides have a different number of elements.
h=10; numberofsteps=500/h; k1_1=zeros(numberofsteps,1); k2_1=zeros(numberofsteps,1); k3_1=zeros(numberofsteps,...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
Not enough input arguments
h=1; tspan=0:h:500; yo=[6*10^4 10^6 0 10^4 0 4.07 3.33 25.75 1.45 0 0 36.2 60 0 781 105 100 1.25 13.5 20 7.4 82.5]; Nstep=siz...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
error in running my optimization code
My code is throwing the following error in conversion which i cannot understand. Code- yexpected=table2array(Book65); tspan=0...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
variable mentioned but still getting unrecognized variable error
I am unrecognized variable where I have mentioned and declared variable, p=zeros(7,1); kpm = 10; kp =3;kmp = 14;klm = 15;kl =...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
error in ode45. I have declared the vector to be 3x1 but it only reads it as 2x1.
for kpm=27:1:30 tspan = 0:30; yo=[0.01 0.05 0.179]; [t,y]=ode45(@newwaykumar2004,tspan,yo); end function dydt=newwaykum...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am getting an error in ode45
function main tspan = 0:30; yo=[0.01 0.05 0.539]; yo=yo(:); dydt=zeros(3,1); [t,y]=ode45(@newwaykumar2004,tspan,yo); f...
más de 2 años hace | 1 respuesta | 0
