Not able to open fis editor file

조회 수: 6 (최근 30일)
Humdard
Humdard 2017년 11월 6일
댓글: Rohail Bootwalla 2022년 4월 22일
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
Walter Roberson
Walter Roberson 2017년 11월 6일
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)

댓글을 달려면 로그인하십시오.

답변 (1개)

Milad Heshmati
Milad Heshmati 2019년 8월 7일
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
Akif Ansar
Akif Ansar 2022년 1월 15일
Thank you so much. It helped me alot
Rohail Bootwalla
Rohail Bootwalla 2022년 4월 22일
I signed in just to upvote

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by