Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
This function adds a second dummy x-axis on the top of a given axes object. This dummy x-axis has (internally) the same scaling (linear or log) than the main x-axis, but is used to display ticks and tick labels which are on a transformed scale.
The transformation is arbitrary, but the transformed axis cannot be used to create plots with transformed x coordinates. The given transformation is in fact the inverse transform, that is, the transform used to go from the secondary axis to the original axis (e.g. displaying a log scale would be done by providing a transform '10.^x').
The transformed axis can be removed cleanly by issuing a simple command.
Typical uses of addtxaxis would include displaying a secondary x-axis following reciprocal or logarithmic scales (e.g. frequency and wavelength on the same plot).
Zitieren als
Francois Bouffard (2026). addtxaxis (https://de.mathworks.com/matlabcentral/fileexchange/4036-addtxaxis), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Add top X-axis with different scale
Allgemeine Informationen
- Version 1.0.0.0 (3,09 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 | Fixes suggested by Lars Kappei: Box propery is now "Off" and correct units are used in transformed axis. |
