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 years 前 | 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 years 前 | 1 个回答 | 0
