0
如何在Matlab GUI中打印打印機中的圖像?我使用下面的代碼得到一個錯誤。請幫幫我。在Matlab中打印圖像GUI
smapleimage = imread('image.png');
printdlg(handles.smapleimage)
...
Undefined function or variable 'smapleimage'.
如何在Matlab GUI中打印打印機中的圖像?我使用下面的代碼得到一個錯誤。請幫幫我。在Matlab中打印圖像GUI
smapleimage = imread('image.png');
printdlg(handles.smapleimage)
...
Undefined function or variable 'smapleimage'.