U.m.html | |
Source file: U.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/book/chap21/radialdam/1drad | |
Converted: Tue Jul 26 2011 at 12:59:06 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
function U = U(data); % compute the velocity from the momentum and depth: U = data(:,2)/data(:,1);