symlog

バージョン 1.10.0.0 (49.5 KB) 作成者: Robert
bi-symmetric logarithmic axes scaling (allows negative values)
ダウンロード: 2.1K
更新 2017/2/16

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 (2024). symlog (https://github.com/raaperrotta/symlog), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLabels and Annotations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.10.0.0

Connected to github

1.2.0.0

Added try-catch statement to handle axis ruler property name difference between R2015a ('MinorTick') and R2016a ('MinorTickValues').

1.1.0.0

Adjusted the summary

1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。