How to customize callback after drag and drop a folder into command window?
Afficher commentaires plus anciens
For files, it is easy to customize a callback after drag and drop file into command window, as shown here.
However, for folders, drag and drop a folder into command window leads to the call of cd().For example, if I drag and drop the folder E:\Downloads\tmp into command windows, then
cd('E:\Downloads\tmp')
is executed.
Can I change cd() to my own function?
1 commentaire
Xingwang Yong
le 26 Jan 2021
Réponses (0)
Catégories
En savoir plus sur Develop Apps Using App Designer 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!