Anwar-M / Acoustic-Beamforming

Beamforming MATLAB files with choice of 4 steering vectors. Contains additional useful scripts for paper-ready figures.
23 stars 9 forks source link

I can't run the Experiment_SourcesAndMics.m #2

Open WhatRemains opened 9 months ago

WhatRemains commented 9 months ago

There' something wrong with the code "[xcfg, ycfg] = getpts(ax)". It seems like the funtion "getpts(ax)" isn't working. How can I fix this?

WhatRemains commented 9 months ago

And my MATLAB is of version R2022b.

Anwar-M commented 9 months ago

You don't have the function. Do you have the Image Processing Toolbox? You can always check the function itself

WhatRemains commented 9 months ago

Thank you! I forgot to google the function. It finally worked out after installing the toolbox.