UISignalBuilder2

版本 1.2.0.0 (17.0 KB) 作者: Gijs van Oort
A visual tool that allows to build signals and save them to workspace variables.
777.0 次下载
更新时间 2016/9/7

查看许可证

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.

引用格式

Gijs van Oort (2024). UISignalBuilder2 (https://www.mathworks.com/matlabcentral/fileexchange/41615-uisignalbuilder2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Workspace Variables and MAT-Files 的更多信息
致谢

参考作品: UISIGNALBUILDER, akZoom, GridBagLayout

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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