fuzzy logic tool not installed?

22 ビュー (過去 30 日間)
muhammad
muhammad 2025 年 10 月 30 日 2:31
回答済み: Sam Chak 2025 年 10 月 30 日 11:56
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?

回答 (1 件)

Sam Chak
Sam Chak 2025 年 10 月 30 日 11:56
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.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by