% Tutorial for CSC336 function [ret1, ret2] = tutorial_fun(arg1, arg2) ret1 = arg1 + arg2; ret2 = arg1 * arg2;