Error in fuzzy logic controller file

38 visualizaciones (últimos 30 días)
Kapil Jagtap
Kapil Jagtap el 4 de Feb. de 2021
Comentada: Kristian Dwi Ratna Dewi el 2 de Mayo de 2022
My simulink model file and fis files are in same folder.
When i try opening the fis file am getting an error.
please help

Respuestas (1)

Asvin Kumar
Asvin Kumar el 10 de Feb. de 2021
Editada: Asvin Kumar el 10 de Feb. de 2021
This error arises because your FIS file is not found in the present working directory (pwd).
This is mentioned in the docs for the FIS Name parameter.
You could:
  1. Change MATLAB's pwd to the directory in which the FIS file is saved.
  2. Or you could add the path to the FIS w.r.t the current directory in the FIS name field. e.g. 'fuzzyshowerdemo/shower.fis'
  3. Or add the FIS file to the MATLAB path.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by