home › Forums › # Technical Support › nan output problem › Reply To: nan output problem
February 1, 2017 at 07:45
#2297
Keymaster
Hi,
please use QtFuzzyLite to figure this out. You can use the commercial or community edition.
If no rules activate, Matlab shows the average of the range of the output variable, like your case: (100-0)/2. In fuzzylite, when no rules activate, the default value is NaN
, but you can set it to any value. Using the FuzzyLite Language, default: 50
.
Cheers.