loglabels

Version 1.0.2.0 (2.58 KB) by M. A.
Convert the labels of a (logarithmic) axis to unit prefix notation: '1e-10' --> '100 ps'
31 Downloads
Updated 21 Feb 2018

Convert the labels of a (logarithmic) axis to unit prefix notation: '1e-10' --> '100 ps'
All prefixes defined by the International Bureau of Weights and Measures are supported, except for deca, hecto, centi and deci; that leaves the 16 prefixes between 1e-24 (yocto) and 1e+24 (yotta).
Usage: loglabels(ax,unit,[whichaxis='x'])
ax: Handle of an axis
unit: String representation of the unit (e.g. 's' for seconds)
whichaxis: String representation of the axis to be changed ('x', 'y' or 'z'). This parameter is optional. If omitted, 'x' is used.

Example: loglabels(gca,'m','x');
Result: The x-axis label of the current axis is changed from '1e-9' to '1 nm'

See also https://github.com/m-ad/loglabels

Cite As

M. A. (2024). loglabels (https://github.com/m-ad/loglabels), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.2.0

Update description text

1.0.1.0

Changed preview image on FileExchange

1.0.0.0

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.