fuzzy logic tool not installed?
13 views (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
Sam Chak
on 30 Oct 2025 at 11:56
Hi @muhammad
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
license('test', 'Fuzzy_Toolbox')
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.
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!