how can I plot time and amplitude of pressure of a single element of a sensor data
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
plot a single elements of sensor data
(2 posts) (2 voices)-
Posted 4 years ago #
-
Hi soheil_hk,
Data is returned as a 2D matrix indexed as
(sensor_index, time_index)
. So you could tryplot(squeeze(sensor_data(1, :))
to plot the first element, etc.Brad.
Posted 4 years ago #
Reply
You must log in to post.