symlog
版本 1.10.0.0 (49.5 KB) 作者:
Robert
bi-symmetric logarithmic axes scaling (allows negative values)
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).
引用格式
Robert (2025). symlog (https://github.com/raaperrotta/symlog), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Labels and Annotations 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。