how can i write this equation f(A,B)=1/(​(|AUB)(|A|​))*Σ(aEA)(​bEB) d(a,b)

1 次查看(过去 30 天)
i want to create a function who calculate with equation
  1 个评论
Walter Roberson
Walter Roberson 2018-9-26
Does the U in AUB mean union, ∪, A∪B ? Does AUB mean the size of the set A∪B ? Does ||A| mean the size of the set A ?
Does the E in aEA mean the membership function, ∈ ? Like is it perhaps a double summation,
sum( a in A, sum(b in B, d(a,b) ) )
which is to say the sum of d over all pair-wise combinations of the elements of A and B ?

请先登录,再进行评论。

回答(1 个)

Almas Adil
Almas Adil 2018-9-26
for all your questions above my answer is yes except d(a,b) is derivative
  3 个评论
Walter Roberson
Walter Roberson 2018-9-26
What does it mean to take the derivative of a value with respect to another value? The derivative of 7 with respect to 19 is not defined.
If they were sets of variable names then it could potentially make sense.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by