Ok, for those of you who might be interested in using a Gaussian membership function, I've just found a way to define it in the Fuzzy Logic block using the exp function, as follows:
exp(-0.5*(X-c)^2/b^2)
where
c is the center of Gaussian function, and b^2 is the variance.