enter the values of a coefficient or a parameter into a model tlist
model2=model_setval(model,names,vals)
* model = a model typed list
* names = a vector of coefficients or parameters names
* vals = a real vector of the corresponding values
* model2 = the original model tlist, filled with the values of the given coefficients