gemini3d / mat_gemini

Core Matlab scripts for Gemini
Apache License 2.0
6 stars 4 forks source link

Possible MATLAB 2019a incompatibility #9

Closed mattzett closed 4 years ago

mattzett commented 4 years ago

>> plotall(direc,{'png','eps'},[],[],0)
sim grid dimensions: 744  756  210
Full or milestone input detected.
../simulations/mooreOK3D_hemis_medres_corrected/20130520_71100.000001.h5 => plot3D_curv_frames_long
Error using warning
The message must be specified as either a character vector, string scalar, or a message structure.

Error in plotframe (line 127)
    warning(excp)

Error in plotall (line 63)
      plotframe(direc, params.times(i), saveplot_fmt, plotfun, xg, h)
mattzett commented 4 years ago

This seems to not be an issue for R2020a...

scivision commented 4 years ago

fixed by c53525f