I am using the General LS Linear Fit.vi to fit data to the equation
y(x,z,q)=a*x + b*z + c*q
with x, z and q input arrays and a,b and c the fit-coefficients. Now, I would like to put constraints on the possible values for a, b and c, for instance I would like all the coefficients to be positive. How do I do this?