UISignalBuilder2
Modified version of UISignalBuilder by Laurent VAYLET.
Use this tool to create signals by mouse-clicks. They can then be exported to Matlab variables at a specified sample period.
Supports:
- Linear, spline, pchip and nearest neighbor interpolation,
- Multiple signals in one figure (you can add signals, not delete them),
- Save/reload data points to/from a workspace variable
- Export signals at a specified sample period.
- Choose which signals to export
- Export in a "Simulink|From Workspace"-friendly form (i.e. a struct with a 'time' and a 'signals' field).
- Intuitive pan/zoom
For this file, I modified the code by VAYLET. GridBagLayout was used for positioning the controls in the figure. A modified version of akZoom (named akZoom2, included in this package) was used for panning/zooming. Note that akZoom2 is not a mature product. It works for this specific project, but functionality in other cases is not guaranteed.
Citation pour cette source
Gijs van Oort (2026). UISignalBuilder2 (https://fr.mathworks.com/matlabcentral/fileexchange/41615-uisignalbuilder2), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
Inspiré par : UISIGNALBUILDER, akZoom, GridBagLayout
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
+layout/
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.2.0.0 | Made it work with R2015b and higher (where graphics handles are objects instead of numerical identifiers) |
||
| 1.1.0.0 | Added a 'Simulink|From Workspace'-friendly export function. |
||
| 1.0.0.0 |
