Feeds
提问
fminsearch to determine parameters of a function against a dataset
I want to be able to determine parameters of a given time dependent function to fit a time dependent data set. I am able to mini...
12 years 前 | 1 个回答 | 0
1
个回答提问
Second order ODE with two time dependent data sets using ode45 and interp1.
function x = myODE(t,x) global d w d = 60; w = 0.1; i = ['vdt' '3905' '.xls'] ; ...
13 years 前 | 1 个回答 | 0
