how two use winopen command with path assigned in a Variable?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
taimour sadiq
el 13 de Oct. de 2023
Respondida: Stephen23
el 13 de Oct. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!