function [output] = rad2deg(angle) output = 180 * angle / pi;