function [Out1,Out2] = MyFirstFunction(V1,V2,V3) % Coded by Nigel Reuel % 8.27.2019 % This function will do some simple math with V1, V2, V3 % Out1 = V1 + V2 + V3; Out2 = (V1 - V2)/V3^2; end