Hi, I am looking for some sample codes for fuzzy system control. Anyone can give some help? Thanks a lot ^_^
"I am looking for some sample codes for fuzzy system control" No problem. Use a switch statement: bit logic; ... switch(logic) { case 0: //Normal zero state code here break; case 1: //Normal one state code here break; default: //Fuzzy state code here break; }