how can add lamda value to matrix in image processing?
2 views (last 30 days)
Show older comments
Noor Abbas
on 21 Jan 2021
Commented: Noor Abbas
on 27 Jan 2021
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 Comments
Accepted Answer
Aghamarsh Varanasi
on 25 Jan 2021
Edited: Aghamarsh Varanasi
on 25 Jan 2021
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!