how to write this equation in Matlab?? please help
1 view (last 30 days)
Show older comments
ghada sandoub
on 11 Feb 2019
Edited: ghada sandoub
on 14 Aug 2019
where Ig(x) is an image (matrix
0 Comments
Accepted Answer
Bob Thompson
on 11 Feb 2019
sigma = (I/eta).*sum(sqrt(ln((Imax(range)+Imin(range))./(Imax(range)-Imin(range))));
Something like this. Your 'range' is going to be the different values of x you want. Most everything else should just be filling in variables.
3 Comments
Bob Thompson
on 12 Feb 2019
Edited: Bob Thompson
on 12 Feb 2019
You can apply the summation across multiple x values by defining your 'range' to cover those values. sum() just adds up all the values of the interior array.
More Answers (0)
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!