For the inf-norm, you could use FMINIMAX. For the L1-norm, you would probably have to reformulate as follows and minimize over (x,y) using LINPROG
min sum(y)
s.t.
error(x)-y<=0
-error(x)-y<=0
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!