Community Profile

photo

Radmilka


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Convolution in Fourier domain
Hello! I wanna implement 2D convolution using fft2 in such way: F=fft2(im2double(imread('cameraman.tif'))); H=fft2(f...

9 years ago | 1 answer | 0

1

answer

Question


Element wise operation with own function without loops
Hello! What is the syntax to do element wise operation with own function? Say, I have matrix A=magic(5) and function myFun(x)....

9 years ago | 1 answer | 0

1

answer