sofacoustics / SOFAtoolbox

SOFA Toolbox (API for Matlab, Octave)
http://sofaconventions.org
European Union Public License 1.2
116 stars 31 forks source link

SOFAplotHRTF 'MagHorizontal' issue #75

Open Tytes opened 1 year ago

Tytes commented 1 year ago

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