Respondida 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 ...
más de 5 años hace | 1
| aceptada
Respondida 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...
más de 5 años hace | 1
| aceptada
Respondida 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...