MATLAB: How to restore deleted items from listbox

listbox

how to restore more than one deleted items from listbox…. i could restore only one deleted item… if i delete more than one item.. how to restore all of them… please do reply….

Best Answer

Is the question about how to change the listbox? If so, then just set() its String property to hold the revised information. You would need to have saved the information somewhere in order to restore it.
Is the question really about how to restore deleted images? If so then I talked about that in your existing thread.