You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function [] = showErrorsMessage(absolute,relative, measureType)
%showErrorsMessage This function allows to visualize the absolute and
%relative errors by using a message box.
% This function is part of the visualization (or presentation) part.
message = strcat('The absolute error for the heading is ', {' '}, num2str(absolute), {' '}, 'rad, while the relative error is ', {' '}, num2str(relative),{' '}, '%');