필터 지우기
필터 지우기

Save image from function with imwrite in other function

조회 수: 2 (최근 30일)
ArnoldK
ArnoldK 2015년 5월 10일
답변: Ahmet Cecen 2015년 5월 11일
Hi,
I have a gui made for matching two color patches, the active patch is adjusted with slider, and then this adjusted image is shown in one of the axis. I have a button in gui, which when pressed should save my image that is in axis to the folder.
The image that need to be saved after button is pressed is J.
I tried different things but Im sure that there is such an easy way to solve this issue.
Could you help me?

답변 (1개)

Ahmet Cecen
Ahmet Cecen 2015년 5월 11일
You need to write something along the lines of:
imsave(handles.axes4);
Under a pushbutton object.

카테고리

Help CenterFile Exchange에서 Display Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by