Functionality of var1' .* var2
3 vues (au cours des 30 derniers jours)
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
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Transforms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!