Can't delete myfile.mexw64 after run mexw64?

28 次查看(过去 30 天)
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