MATLAB: How to erase a text or image file in a folder from the command window

deletefilesMATLAB

Hi, what commands I have to write to erase any file in a folder from the command window? Thanks Emerson

Best Answer

delete('filename')
Related Question