Why mamfistype2 function is undefined?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
muhammad muda
il 20 Mar 2020
Risposto: Mohamed Elshami
il 6 Mar 2023
I run the function mamfistype2 according to https://uk.mathworks.com/help/fuzzy/mamfistype2.html.
fis = mamfistype2;
But this is what I get:
'Undefined function or variable 'mamfistype2'.
Does anyone know why this happen?
[SL: fixed hyperlink by removing trailing period]
0 Commenti
Risposta accettata
Ameer Hamza
il 20 Mar 2020
function mamfistype2 requires the Fuzzy Logic Toolbox. Run the following lines to check if the toolbox is installed
ver fuzzy
If you get the follow output, then you need to install the toolbox
Warning: No properly formatted Contents.m file was found for 'fuzzy'.
3 Commenti
Steven Lord
il 20 Mar 2020
Fuzzy Logic Toolbox not being installed is one reason this class may not be available. It was introduced in release R2019b according to the note at the end of its documentation page, so if the user has an older release installed that would also explain why it is not available.
Più risposte (1)
Mohamed Elshami
il 6 Mar 2023
releases before 2018 can not complie this command, former vesrsions used (newfis) to define a fuzzy system
read (vesion history) section at this link:
https://www.mathworks.com/help/fuzzy/newfis.html#mw_621232f3-e902-4cf4-b743-b69462696008
0 Commenti
Vedere anche
Categorie
Scopri di più su Fuzzy Logic in Simulink in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!