how can add lamda value to matrix in image processing?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Noor Abbas
el 21 de En. de 2021
Comentada: Noor Abbas
el 27 de En. de 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 comentarios
Respuesta aceptada
Aghamarsh Varanasi
el 25 de En. de 2021
Editada: Aghamarsh Varanasi
el 25 de En. de 2021
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!