two-gamma-variate fitting
6 次查看(过去 30 天)
显示 更早的评论
Hi Matlab expert:
I am now trying to analysis my fMRI data using the two-gamma-variate fitting. Does any happen to have it ?
0 个评论
采纳的回答
Shadaab Siddiqie
2021-7-29
From my understanding you want to model above expression. You can use symbolic equation to model such expressions like so:
syms x
f = a*(x/(p*q))^p * exp(p-x/q) -b (x/r*s)^r * exp(r-x/s);
since in your case a, p, q, b, r and s are coefficients you have to pre-define it.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!