how can add lamda value to matrix in image processing?

2 ビュー (過去 30 日間)
Noor Abbas
Noor Abbas 2021 年 1 月 21 日
コメント済み: Noor Abbas 2021 年 1 月 27 日
How can add lamda to matrix in image processing ?
I have lamda value, and I need to add it to the matrix, all Z,H,B ,A are matrixs
lamda=0.6;
Z= lamda+H*lamda^(-1)*B+lamda+A;
is that right?
  3 件のコメント
Noor Abbas
Noor Abbas 2021 年 1 月 25 日
is it possible to add or divide number like(9 or 0.6) to the matrix(250*250)?
or should be add matrix to matrix not number to matrix?
Noor Abbas
Noor Abbas 2021 年 1 月 27 日
thanks for every one

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

採用された回答

Aghamarsh Varanasi
Aghamarsh Varanasi 2021 年 1 月 25 日
編集済み: Aghamarsh Varanasi 2021 年 1 月 25 日
Hi,
You can add a scalar ("lamda") to a matrix by using the '+' operator. Note that this addes 'lamda' to all the elements of the matrix. Refer to this documentation for more details.
You can even multiply or divide a matrix with a constant.
For more details on arithmetic operators in MATLAB refer to this documentation page.

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by