Functionality of var1' .* var2

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 Comments

I hope you know that you should never creat a variable called "fft"!
yes i do know i was just trying for clarification

Sign in to comment.

 Accepted Answer

Rik
Rik on 19 Jan 2021
The single quote calls the ctranspose function here.

2 Comments

thank you so much
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.

Sign in to comment.

More Answers (0)

Products

Release

R2020a

Asked:

on 19 Jan 2021

Commented:

on 19 Jan 2021

Community Treasure Hunt

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

Start Hunting!