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