%% File : sfun_matadd.tlc generated from sfun_matadd.ttlc revsion 1.1 %% $Date: 2000/07/05 12:34:49 $ %% %% Mojdeh Shakeri %% %% Copyright 1990-2000 The MathWorks, Inc. %% %% Abstract: Sfun_matadd block target file %implements sfun_matadd "Ada" %% Function: Outputs =========================================================== %% Abstract: %% Y = U + P %% %function Outputs(block, system) Output -- % Block: % %assign rollVars = ["U", "Y", "P"] %roll idx = RollRegions, lcv = RollThreshold, block, "Roller", rollVars %% %assign p = LibBlockParameter(Operand, "", lcv, idx) %assign u = LibBlockInputSignal( 0, "", lcv, idx) %assign y = LibBlockOutputSignal(0, "", lcv, idx) % := % + %

; %endroll %endfunction %% Outputs %% [EOF] sfun_matadd