MATLAB: Hello every one, I have a question related to approximation of functions based on norms

normsoptimization

How can I approximate this function and its constraint using L1, L2, and L∞ to perform the optimization process using fmincon MATLAB function?
Objective function F*w+f=min
Subject to F*w+f b
F is a matrix (7×35)
f is a vector (7×1)
b is the vector (7×1)
w is the vector of parameters needed for optimization (35×1)