... ... ... ...

20 ビュー (過去 30 日間)
MatLaBGuYSomewhere
MatLaBGuYSomewhere 2018 年 10 月 26 日
編集済み: MatLaBGuYSomewhere 2025 年 10 月 8 日 9:53
この 質問 は DGM さんによってフラグが設定されました

採用された回答

Bruno Luong
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 件のコメント
Bruno Luong
Bruno Luong 2018 年 10 月 26 日
Please accept the answer if it resolves your question. Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by