已回答 Simulating ODEs with array inputs
Hi, I'm not sure you use ode45 correctly.
In your function dydt = first_order(t, y, P, T_o)
t is the current time and y the ...
5 years 前 | 1
| 已接受
已回答 Computing time for .^(1/2) or .^(1/p)
Explanation in french here
In order to compute the square root of any number you only need to be able to compute the square roo...
5 years 前 | 1
| 已接受
已回答 Sum the daily data based on month and year
Lets assume your 3D variable is called data
Frist get the group id : which width of data correspond to the same month of the sa...