Problems with saving figures created from netcdf files
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur NetCDF dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!