how to close windows photo viewer using matlab command?

2 visualizaciones (últimos 30 días)
  • I opened a image using the command "winopen"
  • Now my intention is to close the image using matlab commmand.
  • I think "taskkil" may be help me but i don't know the exact application name for windows photo viewerI tried using
!taskkill -f -im PhotoViewer.exe
But it gives me the below error
ERROR: The process "PhotoViewer.exe" not found.

Respuesta aceptada

Walter Roberson
Walter Roberson el 18 de Oct. de 2016

Más respuestas (1)

KSSV
KSSV el 18 de Oct. de 2016
doc close, fclose
  1 comentario
Walter Roberson
Walter Roberson el 18 de Oct. de 2016
Those are not relevant to something created using winopen(), which is roughly equivalent to double-clicking on the file in Windows Explorer.

Iniciar sesión para comentar.

Categorías

Más información sobre Startup and Shutdown 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!

Translated by