Functionality of var1' .* var2
Show older comments
what is the functionality of the ' when we do
fft = var1fft' .* var2fft;
inverse = ifft(fft);
and whats the difference between it and var1 .* var2 (without ')
2 Comments
Matt J
on 19 Jan 2021
I hope you know that you should never creat a variable called "fft"!
Omar Abulayla
on 19 Jan 2021
Accepted Answer
More Answers (0)
Categories
Find more on Transforms 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!