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

    %% Control Use of Parentheses
% This example shows that Embedded Coder(R) provides three levels of control
% for parentheses in the generated code.
%%
model='rtwdemo_parentheses';
open_system(model)
%%
rtwdemoclean;
close_system(model,0)
%   Copyright 2007-2015 The MathWorks, Inc.