Personal tools
You are here: Home teaching psych254 exp_fun.m
Log in


Forgot your password?
 

exp_fun.m

function yhat=exp_fun(beta,x) yhat=beta(1) + beta(2)*exp(-1*beta(3)*x); yhat=yhat';
Document Actions