From c77c8af5aaa79925fed3f87e837c84b8b9f39b53 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 14:02:22 +0200 Subject: [PATCH] Updated comment --- sampleApp.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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');