fuzzy logic tool not installed?

15 visualizzazioni (ultimi 30 giorni)
muhammad
muhammad il 30 Ott 2025
Risposto: Sam Chak il 30 Ott 2025
Iam trying to use the fuzzy logic tool but everytime i type "fuzzyLogicDesigner" command it outputs
"fuzzyLogicDesigner requires Fuzzy Logic Toolbox."
I have it installed and i check the addons but it said it's installed
(browser matlab btw) Any idea how to fix this?

Risposte (1)

Sam Chak
Sam Chak il 30 Ott 2025
If you are sure that the Fuzzy Logic Toolbox is installed but its functions are inaccessible, the issue is most likely related to licensing. Run the following commands to check whether the Fuzzy Logic Toolbox license is functioning correctly. If the license is valid, the commands will return 1. Otherwise, they will return 0.
license checkout Fuzzy_Toolbox
ans = 1
license('test', 'Fuzzy_Toolbox')
ans = 1
If you need further assistance, please contact MathWorks Account and Licensing for technical support: https://www.mathworks.com/support/contact_us.html
If you wish to design a lightweight fuzzy system, it is perfectly acceptable to implement it mathematically in MATLAB without using the Fuzzy Logic Toolbox.

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by