Residualice

PURPOSE ^

SYNOPSIS ^

function [res_g] = Residualice( KH, pnl, u);

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [res_g] = Residualice( KH, pnl, u);
0002     res_g = pnl - KH * u;
0003 end

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003