photo

Victor Kang


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find parameters for Simbiology ?
I am an iGEMer focus on modeling. But rather than building a model, it is finding parameters that trouble me most. How to find p...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to show a 4D array?
I build a diffusion model, using ode23 tools. And I got two arrays. [x,y]=ode23(@myfun,t,y0); Then, for i=0:r-1 ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to solve ODE match problem ?
my code is global r; y0=zeros(1,r^3); t=[0,10]; [x,y]=ode23('diffusion',t,y0); And the diffusion function is(I'...

거의 7년 전 | 답변 수: 1 | 0

1

답변