findobj give me back an empty value in 2018 vertion.
Afficher commentaires plus anciens
I tray to run a code which wrote at 2013b version and run successfully. at 2018a version this code return to me an empty value.
openfig(strcat(FileDir2,FileName2,'.fig'),'new','invisible');
h2=findobj(gca,'Type','hggroup');
what can i do?
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 3 Mai 2018
0 votes
Try findall()
However some graphics items that were previously designed as hggroup before are now implemented differently. What kind of graphics call generated the hggroup?
Moti Raizner
le 3 Mai 2018
0 votes
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!