Functionality of var1' .* var2
Afficher commentaires plus anciens
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 commentaires
Matt J
le 19 Jan 2021
I hope you know that you should never creat a variable called "fft"!
Omar Abulayla
le 19 Jan 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Transforms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!