Functionality of var1' .* var2

3 visualizaciones (últimos 30 días)
Omar Abulayla
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
Matt J
Matt J el 19 de En. de 2021
I hope you know that you should never creat a variable called "fft"!
Omar Abulayla
Omar Abulayla el 19 de En. de 2021
yes i do know i was just trying for clarification

Iniciar sesión para comentar.

Respuesta aceptada

Rik
Rik el 19 de En. de 2021
The single quote calls the ctranspose function here.
  2 comentarios
Omar Abulayla
Omar Abulayla el 19 de En. de 2021
thank you so much
Rik
Rik el 19 de En. de 2021
You're welcome. If I solved your question, please consider marking the answer as accepted. If not, feel free to post a comment with your remaining issues.

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by