Formulation to Matlab code
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to write this formulation in Matlab:
![form3.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240103/form3.jpeg)
where p = 1; g is a vector; j= length(g); x is a vector
phi = sum( norm(max(0,g)) );
![form4.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240104/form4.jpeg)
phi = max( max(0,g) );
are they corect or not?
Risposte (1)
Vedere anche
Categorie
Scopri di più su Spectral Measurements 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!