How to close a file outside of matlab?

I want to close a file(help.doc)outside of matlab using the command of matlab. This file was through the winopen() command to open. Thanks!

Respuestas (1)

Babak
Babak el 27 de Ag. de 2012

0 votos

Can fclose() close your file?

2 comentarios

Walter Roberson
Walter Roberson el 27 de Ag. de 2012
No, fclose() would not be appropriate for something that was opened using winopen(). fclose() is only appropriate for objects which have been fopen()'d.
LiJian
LiJian el 28 de Ag. de 2012
Thank you for your answer.It‘s right. The fclose() is only appropriate for objects which have been fopen()'d.

Iniciar sesión para comentar.

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Ag. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by