Can't delete myfile.mexw64 after run mexw64?

29 vues (au cours des 30 derniers jours)
cui,xingxing
cui,xingxing le 14 Oct 2021
Modifié(e) : cui,xingxing le 14 Oct 2021
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!

Réponse acceptée

cui,xingxing
cui,xingxing le 14 Oct 2021
Modifié(e) : cui,xingxing le 14 Oct 2021
I found my answer, this ".mexw64" cannot be deleted after using
clear
, but can be deleted after using
clear all

Plus de réponses (0)

Catégories

En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by