Can't delete myfile.mexw64 after run mexw64?

조회 수: 20 (최근 30일)
cui,xingxing
cui,xingxing 2021년 10월 14일
편집: cui,xingxing 2021년 10월 14일
The problem is very simple, I used a very simple example file explore.c packaged as a mexw64 library file, using the command
mex -g explore.c
, successfully generated and correctly run the results, but later I can not delete the explore.mexw64 file, unless the MATLAB software is closed, please ask how to solve, thanks in advance!

채택된 답변

cui,xingxing
cui,xingxing 2021년 10월 14일
편집: cui,xingxing 2021년 10월 14일
I found my answer, this ".mexw64" cannot be deleted after using
clear
, but can be deleted after using
clear all

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by