Can't delete myfile.mexw64 after run mexw64?

27 ビュー (過去 30 日間)
cui,xingxing
cui,xingxing 2021 年 10 月 14 日
編集済み: cui,xingxing 2024 年 4 月 27 日 2:31
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 2024 年 4 月 27 日 2:31
I found my answer, this ".mexw64" cannot be deleted after using
clear
, but can be deleted after using
clear all
-------------------------Off-topic interlude, 2024-------------------------------
I am currently looking for a job in the field of CV algorithm development, based in Shenzhen, Guangdong, China,or a remote support position. I would be very grateful if anyone is willing to offer me a job or make a recommendation. My preliminary resume can be found at: https://cuixing158.github.io/about/ . Thank you!
Email: cuixingxing150@gmail.com

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWrite 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