set_parameters()

This function is deprecated and should not be used. It has been replaced by set_medium.

Description: Create a parameter struct for use with FNM functions.

Usage

params = set_parameters('c_sound', c_sound, 'atten_coeff', atten_coeff, 'rho_density', rho, 'f0', f0,\
'fs', fs);

Arguments

Output Parameters

Notes

Calling this function with no arguments will cause the program to

prompt the user for each required value.