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

    %% Control Formatting of Identifiers
% This example shows how you can customize generated identifiers by
% specifying the *Identifier format control* parameters on the *Code
% Generation > Symbols* pane in the Configuration Parameters dialog box.
%%
model='rtwdemo_symbols';
open_system(model)

%%


% Cleanup
rtwdemoclean;
close_system(model,0)

%   Copyright 2007-2015 The MathWorks, Inc.