SOFAtoolbox
SOFAtoolbox copied to clipboard
SOFAplotHRTF 'MagHorizontal' issue
plotting over an already existing axis without opening a new figure beforehand leads to azimuth sign error in plot Example: hrir = SOFAload('path____.sofa'); figure; SOFAplotHRTF(hrir, 'MagHorizontal', 1); % looks fine SOFAplotHRTF(hrir, 'MagHorizontal', 2); % sign error
@Tytes: Sorry for getting back to you so late. Can you please check if the latest versions still produce this issue. If yes, can you please provide a (link to a) data sample, and a code sample to reproduce the issue!?