... ... ... ...
20 ビュー (過去 30 日間)
古いコメントを表示
MatLaBGuYSomewhere
2018 年 10 月 26 日
編集済み: MatLaBGuYSomewhere
2025 年 10 月 8 日 9:53
この 質問 は DGM
さんによってフラグが設定されました
0 件のコメント
採用された回答
Bruno Luong
2018 年 10 月 26 日
編集済み: Bruno Luong
2018 年 10 月 26 日
Not sure what is your expectation, and intention but shooting on the dark, try to replace
c = c./max(c);
with
c = c./max(c(:));
1 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!