Formulation to Matlab code
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to write this formulation in Matlab:

where p = 1; g is a vector; j= length(g); x is a vector
phi = sum( norm(max(0,g)) );

phi = max( max(0,g) );
are they corect or not?
Risposte (1)
Vedere anche
Categorie
Scopri di più su Software Development Tools in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!