필터 지우기
필터 지우기

implementation in FIS

조회 수: 3 (최근 30일)
ali kenari
ali kenari 2011년 9월 6일
Hi Dear friends. How can I Change the implementation in an saved FIS.
  댓글 수: 1
Grzegorz Knor
Grzegorz Knor 2011년 9월 6일
What is FIS?

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

답변 (2개)

Desiree
Desiree 2011년 9월 6일
FIS stands for fuzzy inference system. When you design fuzzy systems with the Fuzzy Logic Toolbox you can save them to disk as a FIS file.
There are 2 ways to change an existing implementation:
1. Load the FIS into the fuzzy tool and perform changes in the tool:
fuzzy('fisname.fis')
2. Work with command line arguments: use READFIS to read the fis, GETFIS to view the properties and SETFIS to set them, then use WRITEFIS to save it again. Please also see the doc here

ali kenari
ali kenari 2011년 9월 10일
Hi Dear Friend. I couldn't write a custom implication function. would you mind please help me?

카테고리

Help CenterFile Exchange에서 Fuzzy Inference System Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by