Wout Laeremans
Followers: 0 Following: 0
Feeds
提问
How do errorbars change in logplot?
Hi all, I have a collection of data points at every timestep, say at timestep , I have a collection of points . For I have a...
1 year 前 | 1 个回答 | 0
1
个回答提问
Difference fit result form nlinfit and lsqcurvefit
Hi all I have found online that nlinfit and lsqcurvefit are based on the same principles, but could it be that I got a differ...
2 years 前 | 1 个回答 | 1
1
个回答提问
defining a fitting type
I have written a funcion called Even_fit.m and there are 5 coefficients that need to be found from the fit (a,b,c,d,f) and there...
2 years 前 | 2 个回答 | 0
2
个回答提问
function handle as array
I define a function handle as P = @(t) mtimes(expm(t.*M),P_initial); Where P_initial is a 4x1 array and M a 4x4 matrix. This ...
2 years 前 | 2 个回答 | 0
2
个回答提问
modify .m file using a .m file
I have a .m file called ilap.m and I need to change one line of this code inside of another .m file, called main.m. I know that ...
2 years 前 | 1 个回答 | 0