diff --git a/sampleApp.m b/sampleApp.m index 919b612..ef8beeb 100644 --- a/sampleApp.m +++ b/sampleApp.m @@ -7,14 +7,15 @@ %% function sampleApp(inVector) -%% sampleApp function that multiplies a vector of number values by a multiplicator and plots the result +%% sampleApp function that plots the input vector % % Inputs: % - inVector - vector of double number values % % Outputs: -% - PNG image file 'vectorPlot.png' containing a plot of the inVector multiplied by multiplicator +% - PNG image file 'vectorPlot.png' containing a plot of the inVector % + plot(inVector); print('-dpng', 'vectorPlot.png');