photo

Jonathan Louie


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
222,229
of 300,508

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers