bi-symmetric logarithmic axes scaling (allows negative values)
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
SYMLOG applies a modified logarithm scale to the specified or current
axes that handles negative values while maintaining continuity across
zero. The transformation is defined in an article from the journal
Measurement Science and Technology (Webber, 2012):
y = sign(x)*(log10(1+abs(x)/(10^C)))
where the scaling constant C determines the resolution of the data
around zero. The smallest order of magnitude shown on either side of
zero will be 10^ceil(C).
Cite As
Robert (2026). symlog (https://github.com/raaperrotta/symlog), GitHub. Retrieved .
General Information
- Version 1.10.0.0 (49.5 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
