Community Profile

photo

james berry


2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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年 前 | 2 件の回答 | 0

2

回答

質問


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年 前 | 1 件の回答 | 0

1

回答