Functionality of var1' .* var2

3 ビュー (過去 30 日間)
Omar Abulayla
Omar Abulayla 2021 年 1 月 19 日
コメント済み: Omar Abulayla 2021 年 1 月 19 日
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
Matt J 2021 年 1 月 19 日
I hope you know that you should never creat a variable called "fft"!
Omar Abulayla
Omar Abulayla 2021 年 1 月 19 日
yes i do know i was just trying for clarification

サインインしてコメントする。

採用された回答

Rik
Rik 2021 年 1 月 19 日
The single quote calls the ctranspose function here.
  2 件のコメント
Omar Abulayla
Omar Abulayla 2021 年 1 月 19 日
thank you so much
Rik
Rik 2021 年 1 月 19 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTransforms についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by