필터 지우기
필터 지우기

Closing Files Accessed via .NET

조회 수: 1 (최근 30일)
Michael VanMeter
Michael VanMeter 2020년 8월 11일
편집: Michael VanMeter 2020년 8월 11일
I am using several .NET libraries written by a colleague. I use them to loop through a collection of data files in a proprietary format. The process works great, except that Matlab never releases the last file I accessed. I dispose of the object using obj.Dispose when I'm done with it and have even tried using fclose('all'). The only thing that works is closing Matlab entirely. Has anyone had a similar experience? How did you resolve it?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Getting Started with Microsoft .NET에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by