finding inverse exponential value

Réponses (1)

Adam
Adam le 22 Oct 2019
If i and j are pixel values then you must have an image to which they are applied, e.g. im, in which case simply
exp( -im(i,j) )
works.

Community Treasure Hunt

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

Start Hunting!

Translated by