function [ g ] = my_fct_ptfixe( x ) g = -x.^2/10 + x + 1; end