I want to calculate the remaining energy level of sensor nodes in wireless sensor networks using fuzzy logic. How can I implement it in matlab without using fuzzy logic toolbox?
I agree with Morteza. If you are familiar with fuzzy control and can find some c or c++ libraries online you make your own m-file. If you are using large data sets, complex membership functions etc its probably better to use fuzzy logic toolbox since its optimised for this.
Well machine level "fuzzy" => probabilistic way of decision making . Clarity in boundaries to go one way or the other I guess is the basis. PS- [0,1] there can be lotz of boundaries resulting in fuzzy outcomes . Understanding of logics and decision making coupled with probability is a good start .