You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All, not sure if this code is still being maintained, but I tried to run seagrid_test in MATLAB R2016B and I get the following error notification:
Undefined function 'any' for input arguments of type
'matlab.graphics.GraphicsPlaceholder'.
Error in busy (line 10)
if ~any(findobj('Type', 'figure')), return, end
Error in seagrid (line 68)
busy
Error in seagrid_test (line 24)
self = seagrid(theCoastline, theBathymetry)
Hi All, not sure if this code is still being maintained, but I tried to run seagrid_test in MATLAB R2016B and I get the following error notification:
Undefined function 'any' for input arguments of type
'matlab.graphics.GraphicsPlaceholder'.
Error in busy (line 10)
if ~any(findobj('Type', 'figure')), return, end
Error in seagrid (line 68)
busy
Error in seagrid_test (line 24)
self = seagrid(theCoastline, theBathymetry)
Hi All, not sure if this code is still being maintained, but I tried to run seagrid_test in MATLAB R2016B and I get the following error notification:
I did find this ticket in the ROMS discussion board, but wanted to see if there are plans to update seagrid for new matlab versions.
Thanks! I was able to get it to work on an old version of matlab and it is extremely useful.
The text was updated successfully, but these errors were encountered: