You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: