필터 지우기
필터 지우기

how to close windows photo viewer using matlab command?

조회 수: 2 (최근 30일)
Stalin Samuel
Stalin Samuel 2016년 10월 18일
댓글: Walter Roberson 2016년 10월 18일
  • 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.

채택된 답변

Walter Roberson
Walter Roberson 2016년 10월 18일

추가 답변 (1개)

KSSV
KSSV 2016년 10월 18일
doc close, fclose
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 10월 18일
Those are not relevant to something created using winopen(), which is roughly equivalent to double-clicking on the file in Windows Explorer.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by