0
如何使用imwrite或其他原生matlab函數從軸的手柄(handles.imageAxe)保存圖像?從軸手柄保存圖像 - Matlab
的代碼:
% export_fig(handles.imageAxe, Name, '-jpg -m2.5'); %// WORKS
imwrite(handles.imageAxe, Name); %// DOES NOT WORK
如何使用imwrite或其他原生matlab函數從軸的手柄(handles.imageAxe)保存圖像?從軸手柄保存圖像 - Matlab
的代碼:
% export_fig(handles.imageAxe, Name, '-jpg -m2.5'); %// WORKS
imwrite(handles.imageAxe, Name); %// DOES NOT WORK
使用imsave時出錯 輸入參數太多。 – user2916044 2014-10-18 18:10:06
嘗試imsave(handles.imageAxe) – lakesh 2014-10-18 18:16:30
引用不存在的字段'imageAxe'。 – user2916044 2014-10-18 18:47:44