diff options
Diffstat (limited to 'gui_win.m')
-rw-r--r-- | gui_win.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,7 @@ function pushbutton3_Callback(hObject, eventdata, handles) global image_name; global image_display; %fname_to_save = horzcat(pwd,filesep,'saved_images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); -fname_to_save = horzcat('Z:\beam_profier images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); +fname_to_save = horzcat('Z:\beam_profiler_images',filesep,datestr(now, 'yyyy_mm_dd_HHMMSS'),'.png'); set(handles.text12,'String',horzcat('Image saved to: ',fname_to_save)); image_to_save=uint16(image_display); |