Fuzzy logic Model to be implemented on Simulink

2 次查看(过去 30 天)
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 个评论
K E
K E 2012-4-19
Please provide the error text, and if you are running from the command line what command you are using.

请先登录,再进行评论。

采纳的回答

Arkadiy Turevskiy
Arkadiy Turevskiy 2012-4-19
编辑:Arkadiy Turevskiy 2015-3-3
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'
This is explained in the doc here.
HTH.
Arkadiy

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fuzzy Logic in Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by