Live task to customize Matlab axes interactively
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.
CustomizeAxes
Live task to customize Matlab axes interactively
Setup/usage as a live task
- Download the CustomizeAxes files to your computer
- Add the CustomizeAxes folder path to Matlab using the
addpathfunction or the "Set Path" button in the Matlab Desktop toolstrip. If you useaddpath, you need to ensure to run it in every Matlab session, otherwise the live task will not be accessible in the Editor. - Run
matlab.task.configureMetadata([folder '/CustomizeAxes'])in Matlab (replacefolderwith the CustomizeAxes path above) - In the Matlab Editor, start a New Live Script, click the "Task" dropdown in the toolstrip, and ensure that you see the CustomizeAxes task:
- Insert the live task into your live Matlab script by clicking the live task button. Here is a usage example:
- Whenever the customization code changes (when you modify any of the UI controls or the axes directly), the variable
codein the base Matlab workspace is updated with the necessary customization commands. You can also view/copy this code from the source-code panel beneath the live task's UI controls panel.
Running as a standalone dialog window
CustomizeAxes can also run as a standalong window, using the syntax CustomizeAxes(haxes), where hAxes is the requested axes handle.
You can also run CustomizeAxes() without an axes handle, allowing you to interactively select the requested axes.
Zitieren als
Yair Altman (2026). CustomizeAxes (https://github.com/altmany/CustomizeAxes/releases/tag/v1.0), GitHub. Abgerufen .
Allgemeine Informationen
- Version 1.0 (119 KB)
-
Lizenz auf GitHub anzeigen
Kompatibilität der MATLAB-Version
- Kompatibel mit R2022a und späteren Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0 |
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.

