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 Center および File ExchangeFuzzy Logic Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by