Borrar filtros
Borrar filtros

Fuzzy logic Model to be implemented on Simulink

2 visualizaciones (últimos 30 días)
Ahmed  Saleh
Ahmed Saleh el 18 de Abr. de 2012
Editada: Walter Roberson el 31 de Jul. de 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 comentarios
K E
K E el 19 de Abr. de 2012
Please provide the error text, and if you are running from the command line what command you are using.
Ahmed  Saleh
Ahmed Saleh el 20 de Abr. de 2012
Thanks a lot The below answer my Question .

Iniciar sesión para comentar.

Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 19 de Abr. de 2012
Editada: Arkadiy Turevskiy el 3 de Mzo. de 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 comentarios
Ahmed  Saleh
Ahmed Saleh el 20 de Abr. de 2012
Thanks a lot , it works
Farid
Farid el 24 de Mzo. de 2017
Editada: Walter Roberson el 31 de Jul. de 2022
Hell yeah, it works!
tnx dude! :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Fuzzy Logic in Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by