home › Forums › # Technical Support › Convert fuzzylite with Arduino FIST: MATLAB Fuzzy Inference System to Arduino C › Reply To: Convert fuzzylite with Arduino FIST: MATLAB Fuzzy Inference System to Arduino C
June 7, 2014 at 09:43
#1093
Keymaster
Hi Scott,
thank you for posting your solution! I will create a document later outlining the requirements of a conjunction and disjunction operator for fis files. Strictly speaking, you only need such operators if the rules contain “and” or “or” connectors, which is why those properties are empty in SimpleDimmer. However, I think I recall that Matlab also requires valid conjunction and disjunction operators regardless of the presence of connectors. Anyway, good you made it work!