setprob.m.html | ![]() |
Source file: setprob.m | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/book/chap7/acouinflow | |
Converted: Tue Jul 26 2011 at 12:59:00 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
% read in parameters for acoustics fid = fopen('setprob.data'); rho = fscanf(fid,'%g',1); fscanf(fid,'%s',1); bulk = fscanf(fid,'%g',1); fscanf(fid,'%s',1); beta = fscanf(fid,'%g',1); fscanf(fid,'%s',1); fclose(fid);