fnm_run()

Description: This function is a guided function that does error checking and sanity checks on the input before feeding the information to the C++ binary to get the answer.

Usage

pressure = fnm_run('transducer', transducer, 'cg', cg, 'medium', medium, 'f0', f0, 'tol', tol, 'ndiv',\
ndiv, 'dflag', dflag);

Arguments

Output Parameters

Notes

All arguments to this function must be preceeded by their

name (e.g. 'f0', f0, 'medium', medium). The arguments can be in any order and they are all optional, however any critical arguments not passed to the function will cause the program to prompt the user to input them.