Formulation to Matlab code
5 ビュー (過去 30 日間)
古いコメントを表示
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 件)
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!