fuzzy logic tool not installed?
22 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sam Chak
2025 年 10 月 30 日 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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!