getapp

Versión 1.0.0 (1,41 KB) por Matlab Pro
- returns a handle to an open app/figure filtered by appName
1 Descarga
Actualizado 27 jun 2024

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2023b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0