I downloaded the matlab binaries and currently try to run some examples. When running the "runme.m" from the SlrGRACE-Folder I get the following error:
Error using gmshplanet (line 54)
gmshplanet: Gmsh major version not supported!
Error in runme (line 17)
md.mesh=gmshplanet('radius',radius*1e-3,'resolution',resolution*1e-3); % attributes in [km]
I am using Matlab 2024a Update 2 (24.1.0.2578822)
Does anyone have a hint what could be the problem and how to solve it?