www.gusucode.com > ecoder 案例源码程序 matlab代码 > ecoder/FormatGeneratedCodeFilesUsingTemplatesExample.m

    %% Format Generated Code Files Using Templates
% This example shows how to use code generation templates to add custom
% code banners, rearrange data and functions, and insert additional code
% segments and documentation into generated code files.
%%
model='rtwdemo_codetemplate';
open_system(model)
%%
rtwdemoclean;
close_system(model,0)
%   Copyright 2007-2015 The MathWorks, Inc.