Effacer les filtres
Effacer les filtres

Fuzzy logic Model to be implemented on Simulink

2 vues (au cours des 30 derniers jours)
Ahmed  Saleh
Ahmed Saleh le 18 Avr 2012
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 commentaires
K E
K E le 19 Avr 2012
Please provide the error text, and if you are running from the command line what command you are using.
Ahmed  Saleh
Ahmed Saleh le 20 Avr 2012
Thanks a lot The below answer my Question .

Connectez-vous pour commenter.

Réponse acceptée

Arkadiy Turevskiy
Arkadiy Turevskiy le 19 Avr 2012
Modifié(e) : Arkadiy Turevskiy le 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'
This is explained in the doc here.
HTH.
Arkadiy
  2 commentaires
Ahmed  Saleh
Ahmed Saleh le 20 Avr 2012
Thanks a lot , it works
Farid
Farid le 24 Mar 2017
Modifié(e) : Walter Roberson le 31 Juil 2022
Hell yeah, it works!
tnx dude! :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Fuzzy Logic in Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by