How to do the computation using fuzzy logic
Afficher commentaires plus anciens
How to do the below computation using fuzzy logic?

Réponses (1)
Walter Roberson
le 24 Mai 2022
0 votes
The output shown is incorrect. The cup symbol means set union and the upside down cup means set intersection. Almost all of those set intersections are empty.
3 commentaires
Walter Roberson
le 24 Mai 2022
Modifié(e) : Walter Roberson
le 24 Mai 2022
call the two matrices P and Q. Then
B(1, k) = max(min(P, Q(k, :).'))
Elysi Cochin
le 24 Mai 2022
Walter Roberson
le 24 Mai 2022
I have no idea how you would do it using fuzzy logic.
Catégories
En savoir plus sur Fuzzy Logic in Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!