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
Matt J
2021년 1월 19일
I hope you know that you should never creat a variable called "fft"!
Omar Abulayla
2021년 1월 19일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!