function [x y z] = find_minimums(current_table) [z]=min(min(current_table)); [x y]=find(current_table==z); end