フィルターのクリア

Reassigning values in a matrix

4 ビュー (過去 30 日間)
Native
Native 2019 年 9 月 11 日
回答済み: KSSV 2019 年 9 月 11 日
I have a matrix, and here's what I want to do with it -
1.) Find the max value of the matrix, assign it to be 1.
2) Find all the values in the matrix that are 80% of the max value, and assign it the value 0.8
3) Find all the values in the matrix that are 60% of the max and assign it the values of 0.6
How can I do this in matlab?
  1 件のコメント
madhan ravi
madhan ravi 2019 年 9 月 11 日
Is it homework? What have you tried so far?

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

回答 (1 件)

KSSV
KSSV 2019 年 9 月 11 日
Read about max toget the maximum value in the array.
Read about inequalitites >and < to get the other task solved.
Read about logical indexing.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by