afunc.m 66 Bytes Raw Blame History Permalink 1 2 3 4 function [a, b] = afunc(c, d) % A function a = c + 1; b = d + 10;