Formulation to Matlab code
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
Respuestas (1)
Ver también
Categorías
Más información sobre Spectral Measurements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!