Jonathan Louie
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
207 858
of 295 638
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 255
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 207
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0