how two use winopen command with path assigned in a Variable?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
taimour sadiq
le 13 Oct 2023
Réponse apportée : Stephen23
le 13 Oct 2023
winopen 'C:\My Folder'
the above works fine, but i have path saved in a variable MyPath and want to use winopen command with path but gives error that folder doesnot exist.
MyPath = 'C:\My Folder'
winopen MyPath
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Environment and Settings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!