Feeds
질문
Initial Condition of Matrix for ODE45 function
Hi All, I would like to solve simultaneously 2 ode equation, which actually consist of sets of equation. Is there anybody able ...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
ODE45 error message "Error using exist The first input to exist must be a string scalar or character vector"
Below is my code to solve a population balance: global param w0 w param0=[1 1 1 1] param=param0 param=fminsearch(lau,pa...
대략 7년 전 | 답변 수: 1 | 0
