www.gusucode.com > appdesigner工具箱matlab源码程序 > appdesigner/+matlab/+internal/+getcode/mlappfile.m

    function code = mlappfile(inputfile)
%matlab.internal.getcode.mlappfile Helper function to read code
%   This function reads the MATLAB code from MATLAB App (.mlapp) files.

% Copyright 2014 The MathWorks, Inc

code = matlab.internal.getcode.mlxfile(inputfile);

end