delete variable from matfile problem
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yu Li
am 11 Feb. 2018
Beantwortet: Walter Roberson
am 11 Feb. 2018
Hi:
I want to delete the variable fro matfile, and I found the answer in the web below: https://www.mathworks.com/matlabcentral/answers/254048-how-can-i-delete-variables-in-my-mat-file-without-loading-them-into-matlab-7-2-r2006a#comment_472754
however, I do not know how to make into use, looks it is not a matlab code. can anyone give me some suggestions?
Thanks!
Li
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 11 Feb. 2018
It is C code. You would have to put it into a .c file and use mex to compile it. See https://www.mathworks.com/help/matlab/ref/mex.html
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!