MATLAB does not support FLOP count anymore. This is mainly because counting the FLOPs has become increasingly cumbersome and the number of arithmetic operations has generally lost its significance in the context of computational or time complexity of algorithms. I think the best way to evaluate computational complexity of a signal processing algorithm in comparison to other algorithms in MATLAB is to calculate and compare the time taken to run each algorithm using "tic" and "toc" commands.