Formulation to Matlab code
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
Antworten (1)
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!