フィルターのクリア

writing the equation of normalize correlation

1 回表示 (過去 30 日間)
Hadeel
Hadeel 2022 年 10 月 7 日
コメント済み: Hadeel 2022 年 10 月 10 日
hello.please i want for writing the following equation in mathworks,how can i write it
  2 件のコメント
Benjamin Thompson
Benjamin Thompson 2022 年 10 月 7 日
Are you asking how to implement the correlation in MATLAB code, or are you asking how to enter the equation into the MATLAB Symbolic Toolbox?
The MATLAB function for the numerical calculation is xcorr2.
Hadeel
Hadeel 2022 年 10 月 7 日
sir i want for writing the equetion in my program not in mathworks tools.i want for writing in my hand no by exist function.

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

採用された回答

Torsten
Torsten 2022 年 10 月 7 日
編集済み: Torsten 2022 年 10 月 7 日
rng('default')
x = 4;
y = 5;
w = rand(x,y);
wstroke = rand(x,y);
NC = sum(w.*wstroke,'all')/sum(w.^2,'all')
NC = 0.5080
  1 件のコメント
Hadeel
Hadeel 2022 年 10 月 10 日
ok.thanks alot sir

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by