Community Profile

photo

james berry


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


assign values from logial vector to a new matrix with the same size
function B = functionA(A) B = zeros(size(A)); D= A>0; B = A(D); I want to assign the values of A that met...

6 years ago | 2 answers | 0

2

answers

Question


competitive enzymatic inhibition matlab sbiomodel
I want to simulate a competitive enzymatic model in matlab: S + E <-> SE -> E + P E + I <-> EI Where S = substrate, E = enzyme, ...

6 years ago | 1 answer | 0

1

answer