Functionality of var1' .* var2
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Omar Abulayla
el 19 de En. de 2021
Comentada: Omar Abulayla
el 19 de En. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!