Clear Filters
Clear Filters

How to write code for double summation

10 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)

Community Treasure Hunt

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

Start Hunting!