uigetioi

版本 1.3.2 (3.6 KB) 作者: Duijnhouwer
GUI to select Intervals of Interest (IOI) from a vector
61.0 次下载
更新时间 2018/12/10

查看许可证

B=UIGETIOI (Y,...) displays vector Y.

Click button "Select" to select parts of Y using the mouse. Click "Select" again or press the Enter key to select another interval.

When done selecting, button "OK" closes the window and UIGETIOI returns vector B corresponding to Y with values (true/false) indicating selection.

Additional buttons are "Undo", "Redo", "Zoom", "Pan", which are self-explanatory, and "Cancel". "Cancel" closes the window and returns an empty array ([]).

UIGETIOI accepts various optional parameter-value pairs to control display style and memory management. See "help uigetioi" for details.

引用格式

Duijnhouwer (2024). uigetioi (https://www.mathworks.com/matlabcentral/fileexchange/69391-uigetioi), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 App Building 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.2

Updated image and help text

1.3.1

Fixed crash that occurred when mkzip is not on the path. Updated help section.

1.3.0

Added name,value pairs 'position' (default: [260 500 985 350]) and 'center' (default: true) to scale and position the window

1.2.0

Enter key now finishes a selection and starts a new one, ideal for selecting multiple regions quickly.
Renamed button "Add IOI" to "Select".

1.1.0

Renamed Close button to OK. Added a Cancel button that, like OK, closes the UI but returns an empty array ([]), not a logical array with elements corresponding to the input array like OK does.

1.0.0