Jonathan Louie
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
207.838
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
plotting 2 models on one histogram
How would I do this: In a different figure, plot the histograms of x_ar and x_nr on the same graph for the entire time series o...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to perform assignment because the left and right sides have a different number of elements.
This is my auto-regulated construct. Does anyone know why prod_ratea=g_ar*((theta.^n_hill)./((theta.^n_hill)+(x_ar.^n_hill))); d...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL functions to reduce operands to logical scalar values.
Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use the ANY or ALL function...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Unable to perform assignment because the left and right sides have a different number of elements.
Unable to perform assignment because the left and right sides have a different number of elements. (line 93) t_ar(step_c...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting the dynamics of the non-regulated construct and the auto-regulated construct utilizing the Gillespie algorithm and perturbations
I'm trying to model the dynamics of the non-regulated construct and the auto-regulated construct utilizing the Gillespie algorit...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Trying to model the dynamics of the non-regulated construct and the auto-regulated construct using the Gillespie algorithm, do you know why it doesn't reach 200 and stay?
t_max= 1200; % in s k=0.01; % in s^-1 g_nr=2; % in molecules/s t_nr=0; % in s x_nr=5; % in molecules step_counter=1; % Si...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Array indices must be positive integers or logical values.
clearvars % Setup t_max= 1200; % in s k=0.01; % in s^-1 g_nr=2; % in molecules/s t_nr=0; % in s x_nr=5; % in molecules t...
más de 2 años hace | 2 respuestas | 0