I have an ultrasound function, where for a distance y on a material, it gives cross sectional b-scan which is ultrasound amplitudes (f) for each X coordinate and depth of the material (Z)
[X,Z,f] = function(y)
I need to turn this data into volumetric form for use with contour slice, but I'm not sure how to. I want to plot contourslice at each Y using X,Y,Z,f