Fuzzy logic Model to be implemented on Simulink
3 views (last 30 days)
Show older comments
Ahmed Saleh
on 18 Apr 2012
Edited: Walter Roberson
on 31 Jul 2022
Dears , i tried to start my first fuzzy logic model , So Icreated a FIS file , and using the simulink and using the fuzzy simulink tool box , and putting the name on the box , and each time I try to rune the program , it tells me that the parameter (Which is the file name ) is not found how can I solve that ?
2 Comments
K E
on 19 Apr 2012
Please provide the error text, and if you are running from the command line what command you are using.
Accepted Answer
Arkadiy Turevskiy
on 19 Apr 2012
Edited: Arkadiy Turevskiy
on 3 Mar 2015
My guess is that you enter the name of fis file without single quotes, and that is what creates the problem.
So instead of typing
myfilename.fis
in the block dialogue, type
'myfilename.fis'
HTH.
Arkadiy
2 Comments
More Answers (0)
See Also
Categories
Find more on Fuzzy Logic in Simulink 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!