Dear all,
I tempting to modify the mask attribute of a transducer object that was created
before.
I tempted this:
transducer1.mask = zeros(Nx, Ny, Nz);
but:
In class 'kWaveTransducer', no set method is defined for Dependent property 'mask'. A Dependent property needs a set method to
assign its value.
As second step I tempted to understand ho works set and get attribute:
transducer.get.mask(transducer)
but:
No appropriate method, property, or field get for class kWaveTransducer.
Can somebody to explain me how modify the mask attribute of a transducer object?
Thank so much
Gg