make_tissuestruct()
This function is deprecated and should not be used. It has been replaced by get_tissuestruct.
Description: Create a structure representing multiple layers of different tissues.
Usage
ts = get_tissuestruct(z, nlayer, z_int, types);
Arguments
- z Grid vector in the z direction.
- nlayer Number of tissue layers.
- z_int Vector containing z coordinates of interfaces between tissue types.
- types Vector of tissue types. Valid types are as follows:
- 'f' fat
- 'l' liver
- 'm' muscle
- 's' skin
- 'w' water
Output Parameters
- ts A MATLAB struct representing the different tissue properties and
Notes
The first layer of the tissue struct starts at z(1).

