Functionality of var1' .* var2
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Omar Abulayla
am 19 Jan. 2021
Kommentiert: Omar Abulayla
am 19 Jan. 2021
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!