No BSD License  

Highlights from
weighted least-squares + weighted min-max optimization

from weighted least-squares + weighted min-max optimization by Lai Chiong Ching
Optimization using both weighted least squares and weighted min-max

egNlcon(x)
% Example of non-linear constraint for demonstration os FWLSMM
% No non-linear constraint

function [c, ceq] = egNlcon(x)

c = 0;
ceq = 0;

Contact us at files@mathworks.com