getapp

バージョン 1.0.0 (1.41 KB) 作成者: Matlab Pro
- returns a handle to an open app/figure filtered by appName
ダウンロード 1 件
更新 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