getapp
Versión 1.0.0 (1,41 KB) por
Matlab Pro
- returns a handle to an open app/figure filtered by appName
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 LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0 |