ControlPanel

버전 2.7 (30.4 KB) 작성자: Zachary
Set up and interact with busy MATLAB graphics.
다운로드 수: 30
업데이트 날짜: 2022/3/30

라이선스 보기

Control Panel (app) Features
- (Group Visibility tab) Toggle the visibility of chart objects in a figure by group
- (Plot Browser tab) See the hierarchy of ALL objects in a figure (the built-in Plot Browser does not show hggroup objects). Inspect and change properties of multiple objects by multiselecting nodes in the tree, right-clicking in the tree window, and clicking 'Inspect'.
How To Use Control Panel
1. Call the function 'setgroups' with a vector of chart object handles and a cell vector of 'groups' to pack each object with its grouping info. See the help comments for more info.
2. Call the app 'controlpanel' with a figure handle to link a Control Panel with a figure. Optionally, set the 'Targets' parameter with the same vector of chart object handles as above to enable the Group Visibility tab.
Compatibility
setgroups: R2016b or later
controlpanel: R2020b or later

인용 양식

Zachary (2024). ControlPanel (https://www.mathworks.com/matlabcentral/fileexchange/86982-controlpanel), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
R2016b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.7

setgroups.m: Fixed bug that occurred when an inputted group was an empty numeric [].

2.6

setgroups.m: Groups can now be mixed datatype as long as all datatypes are convertible to strings, i.e. numerics, character vectors, categoricals, and logicals.

2.5

Updated help comments of in setgroups.m to clarify its syntax and input argument rules.

2.4

fixed compatibility bug with 'setgroups' and R2016b

2.3

set toolbox compatibility to R2016b or later because 'setgroups' is compatible with earlier releases even though 'controlpanel' isn't.

2.2

fixed version # in installation file to match version # on FileExchange

2.1

This is the 1st release.

2.0