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

1 visualización (últimos 30 días)
Almas Adil
Almas Adil el 26 de Sept. de 2018
Comentada: Walter Roberson el 26 de Sept. de 2018
i want to create a function who calculate with equation
  1 comentario
Walter Roberson
Walter Roberson el 26 de Sept. de 2018
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 ?

Iniciar sesión para comentar.

Respuestas (1)

Almas Adil
Almas Adil el 26 de Sept. de 2018
for all your questions above my answer is yes except d(a,b) is derivative
  3 comentarios
Almas Adil
Almas Adil el 26 de Sept. de 2018
A AND B ARE SET OF VALUES
Walter Roberson
Walter Roberson el 26 de Sept. de 2018
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Productos


Versión

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by