필터 지우기
필터 지우기

how to (undo) action?

조회 수: 288 (최근 30일)
researcher
researcher 2012년 7월 3일
댓글: Nithin M 2021년 5월 29일
dear all,
i've made labeling to image and select objects to delete them. i wonder how to (undo) deleting last object? i've been searching to do it but can't find a way.
can you help me?
thanks in advance
  댓글 수: 3
Ryan
Ryan 2012년 7월 3일
편집: Ryan 2012년 7월 3일
@Walter: If I had to guess it was done via this - http://www.mathworks.com/matlabcentral/answers/42558#answer_52367
This is not something you can just undo. If you maintain a history of the shape and position of the blob's you delete, then you could re-populate them, but other wise what is done is done. There's no "ctrl+z" seeing as that function was just created for you.
You could possibly tweak the function provided by Sean so that it works on a copy of your original image so you could retrieve back the original in case you do not like the selection you deleted.
Sean de Wolski
Sean de Wolski 2012년 7월 3일
He could have a second axes or subplot that has the original and have it be add back.

댓글을 달려면 로그인하십시오.

답변 (2개)

Satyam Agarwal
Satyam Agarwal 2018년 8월 4일
Ctrl+Shift+Minus
  댓글 수: 1
Nithin M
Nithin M 2021년 5월 29일
Thats very simple without counter questioning, thanks

댓글을 달려면 로그인하십시오.


Gabriel Villanova
Gabriel Villanova 2019년 6월 18일
Hi,
If you're using linux the default shortcuts commands is configured like Emacs, however, you can configure that like Windows, see https://www.mathworks.com/matlabcentral/answers/263833-linux-hot-key-settings.
Regards.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by