Artifact 1f5934a28d00d0b55913b07951b05585708383764a0c860041c966a19bc3b035:
- Executable file mttroot/mtt/bin/trans/m/mtt_write.m — part of check-in [7a4bb5b5e8] at 1998-08-12 13:18:31 on branch origin/master — Now in e output format (user: gawthrop@users.sourceforge.net, size: 209) [annotate] [blame] [check-ins using]
function mtt_write(t,x,y,nx,ny); printf("%e ", t); for i=1:ny printf("%e ", y(i)); end printf("# "); printf("%e ", t); for i=1:nx printf("%e ", x(i)); end printf("\n"); endfunction