From c69470d1602e648bf61220fce031c150270bf478 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 14:01:45 +0200 Subject: [PATCH] Updated comment --- sampleApp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampleApp.m b/sampleApp.m index 0cb3f79..0dafa9d 100644 --- a/sampleApp.m +++ b/sampleApp.m @@ -7,7 +7,7 @@ %% function outVector = sampleApp(inVector, multiplier) -%% sampleApp function that multiplies a vector of number values by a multiplier and plots the result +%% sampleApp function that multiplies a vector of number values by a multiplier and returns the result % % Inputs: % - inVector - vector of double number values