Updated comment

This commit is contained in:
parent ff43bbe14f
commit c69470d160

View File

@ -7,7 +7,7 @@
%% %%
function outVector = sampleApp(inVector, multiplier) 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: % Inputs:
% - inVector - vector of double number values % - inVector - vector of double number values