Azzera filtri
Azzera filtri

Problems with saving figures created from netcdf files

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by