Not able to open fis editor file

6 visualizzazioni (ultimi 30 giorni)
Humdard
Humdard il 6 Nov 2017
Commentato: Rohail Bootwalla il 22 Apr 2022
I saved a file fis editor. When I type "Fuzzy filename". File name is fuzzytest.fis. It does not open. Istead it gives an error
"Error using fuzzy.internal.utility.getStringIfErrorIsNotThrown"
"Error in readfis (line 52)
errorStr = fuzzy.internal.utility.getStringIfErrorIsNotThrown(throwError, ...
Error in fuzzy (line 42)
fis=readfis(action); "
  1 Commento
Walter Roberson
Walter Roberson il 6 Nov 2017
To confirm: you are doing
fuzzy fuzzytest.fis
not
filename = 'fuzzytest.fis';
fuzzy filename
? The second of those would attempt to open a file named 'filename', and would be corrected by
fuzzy(filename)

Accedi per commentare.

Risposte (1)

Milad Heshmati
Milad Heshmati il 7 Ago 2019
You have to change the current active folder to the path where your m-file is located. this way it will run without this error.
  3 Commenti
Akif Ansar
Akif Ansar il 15 Gen 2022
Thank you so much. It helped me alot
Rohail Bootwalla
Rohail Bootwalla il 22 Apr 2022
I signed in just to upvote

Accedi per commentare.

Categorie

Scopri di più su Fuzzy Logic Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by