MATLAB: How to restore deleted frame

image processingImage Processing Toolbox

i have a folder of images… i wrote a code to delete an image from it and restore the deleted image….i display the folder of images in a listbox and on select of a particular item from listbox i delete that image from the folder and listbox…. but if i delete more than one image only the last image i deleted is getting restored… can anyone help me with the code….

Best Answer

I think you're best off just reloading the listbox from the directory listing instead of trying to micromanage the old listbox string. Regardless, I don't see where you're restoring any items to the listbox. You delete an item(s) but never stick any back it, at least not in the code you showed.