getapp

版本 1.0.0 (1.4 KB) 作者: Matlab Pro
- returns a handle to an open app/figure filtered by appName
1.0 次下载
更新时间 2024/6/27

查看许可证

getApp - returns a handle to an open app/figure filtered by appName
Inputs:
appName (char)
the name that apears on the figure/uifigure/app title
exactName (boollean, optional, default = true)
if = true: look for this exact name
if = false: case insensitive + look if "contains"
Output:
hApp = handle(s) to relevant apps (if exist) or [] if none
Noah.safra@gmail.com
if ~exist('exactName','var')
exactName = true;
end

引用格式

Matlab Pro (2024). getapp (https://www.mathworks.com/matlabcentral/fileexchange/168921-getapp), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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