% % % easyplot
function x = easyplot(c)
plot(c);
grid
title('Testplot')
linkdata on;
end