Formulation to Matlab code
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?
1 Commento
Risposte (1)
Alex Pedcenko
il 27 Set 2019
0 voti
seems OK
Categorie
Scopri di più su Software Development Tools in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!