フィルターのクリア

how to restore deleted items from listbox

3 ビュー (過去 30 日間)
Elysi Cochin
Elysi Cochin 2013 年 1 月 31 日
i did the coding in the following link to create a listbox and display names of images from a particular folder.... on selecting the name from the listbox that image gets displayed in the axes.....
now i added two buttons, one named "DELETE" and the other named "RESTORE".....
in the DELETE button when i select a particular item from listbox that name gets deleted from the listbox and the corresponding image gets deleted from the folder....
on click of the RESTORE button all the delete images should get displayed in a figure file and added back to the folder.....
please can u help me do this option.....
i tried, its working when only one image is deleted..... if i delete more than one item, only the last deleted item is getting restored..... can u help me sort it out.....
  1 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 1 月 31 日
Can you post your code?

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2013 年 1 月 31 日
Restore does nothing whatsoever to put anything in the listbox. You need to call some function like LoadListBox(handles) that you create which will use the filename pattern to create a cell array of strings and then use set() to send that cell array to your listbox control.
  1 件のコメント
Elysi Cochin
Elysi Cochin 2013 年 2 月 1 日
編集済み: Elysi Cochin 2013 年 2 月 1 日
sir what about to delete more than one item and restore it into the folder..... can u please show me that line..... please do reply sir....

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 2 月 4 日
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 2 月 4 日
Those questions are still open. Edit them or post more to them instead of opening a new Question.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by