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

    %% Apply Custom Naming Conventions to Identifiers
% This example shows how to apply uniform naming rules for Simulink(R) data
% objects, including signals, parameters, and data store memory variables.

%%
model='rtwdemo_namerules';
open_system(model)
%%

% Cleanup
rtwdemoclean;
close_system(model,0)
%   Copyright 2007-2015 The MathWorks, Inc.