Home > demos > acgc > acgcbra.m

acgcbra

PURPOSE ^

outfu for acglob: put mean(u) first on branch

SYNOPSIS ^

function out=acgcbra(p,u,lam)

DESCRIPTION ^

 outfu for acglob: put mean(u) first on branch

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function out=acgcbra(p,u,lam)
0002 % outfu for acglob: put mean(u) first on branch
0003 n=triint(u(1:p.np),p.points,p.tria); 
0004 out=[n; max(u(1:p.np))];

Generated on Wed 15-Aug-2012 12:53:02 by m2html © 2005