How to write code for double summation

8 views (last 30 days)
How to write matlab code for this double summation DCT equation since I want to solve DCT for an image without using dct function.

Accepted Answer

Veera Kanmani
Veera Kanmani on 18 Apr 2018
Edited: Veera Kanmani on 18 Apr 2018

for double summation, use nested for loop. https://in.mathworks.com/matlabcentral/answers/353879-how-to-solve-the-double-summation-of-the-given-expression for further reference refer the link

More Answers (0)

Categories

Find more on Mathematics 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!