Problems with saving figures created from netcdf files
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have problems saving figures that has been created from netcdf files. I am not able to save the figures as it came up with the error message:
??? Attempt to reference field of non-structure array.
Error in ==> AbstractFileDialog.AbstractFileDialog>AbstractFileDialog.setPeerTitle at 111 myobj.setDialogTitle(aTitle);
Error in ==> UiFileSaveDialog.UiFileSaveDialog>UiFileSaveDialog.show at 28 setPeerTitle(obj);
Error in ==> uitools/private/uigetputfile_helper at 46 ufd.show();
Error in ==> uiputfile at 110 [filename, pathname, filterindex] = uigetputfile_helper(1, varargin{:});
Error in ==> filemenufcn>localSaveExport at 284 [newfile, newpath, typevalue] = uiputfile(filter, 'Save As',filename);
Error in ==> filemenufcn at 55 localSaveExport(hfig)
??? Error using ==> filemenufcn(gcbf,'FileSaveAs') Attempt to reference field of non-structure array.
??? Error while evaluating uimenu Callback
I was able to save the figures previously but now it came up with the above error messages.
Thanks in advance for any help/suggestions.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!