필터 지우기
필터 지우기

closing an application or document

조회 수: 12 (최근 30일)
PK
PK 2012년 11월 28일
hello my question is ""I want to open a ms-word document and then MATLAB after that I want to close the opened ms-word document"" so what command or part of code can be used to do that task and in example I have asked as ms-word it can be an excel,text,powerpoint,pdf,etc., suggest some answer relevant to the requirement.
  댓글 수: 3
PK
PK 2012년 11월 29일
@Walter Roberson : killing an application refers to closing it or deleting it pls elaborate your answer and can u explain how to kill an application.
Walter Roberson
Walter Roberson 2012년 11월 29일
My comment is administrative, and goes along with the Tag I added, "duplicate post requiring merging". This present Question is the same topic as your earlier Question, so this Question needs to be merged with your previous one. I do not, however, have access to the internal tools needed to merged Answers Forum Questions that have been Answered, so I tagged the question for the staff to take care of the merging.

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

답변 (1개)

Jan
Jan 2012년 11월 28일
편집: Jan 2012년 11월 28일
Opening:
winopen('C:\Temp\yourFile.docx')
Closing:
This has been answered in your very similar question http://www.mathworks.com/matlabcentral/answers/55013-any-application-closing-using-matlab already.
Please do not post a question again, but add comments to answers, when they do not solve your problem.
  댓글 수: 4
Jan
Jan 2012년 11월 28일
편집: Jan 2012년 11월 28일
@Pink panther: I do not see any suggestion concerning deleting a file. When I read your question again I still find: "I want to open a ms-word document...". Please explain, why winopen() does not answer this part of the question. It even works for "excel, text, powerpoint, pdf", but "etc" is simply too general to be solved from the Matlab level.
And you are right: I did not answer how to close Word in the posted link, but Vishal Rane and Kaustubha Govind did it. I do not understand what you want to say with these comments.
PK
PK 2012년 11월 29일
@simon: ur ans to open using winopen is fine but my problem is not "I want to open a ms-word document." but its to close a ms-word document which is already in open ie., which u can see on taskbar

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

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by