Hi Matlab expert:
I am now trying to analysis my fMRI data using the two-gamma-variate fitting. Does any happen to have it ?

 Respuesta aceptada

Shadaab Siddiqie
Shadaab Siddiqie el 29 de Jul. de 2021

0 votos

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.

1 comentario

Hang Zeng
Hang Zeng el 29 de Jul. de 2021
yes, I need to pre-define the coefficient. Thanks a lot!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 26 de Jul. de 2021

Comentada:

el 29 de Jul. de 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by