I’m running OpenEP with MATLAB R2025a and caught an issue with the importcarto_mem().
When importing the XML file from carto, it will prompt me that my Matlab version is too low.
I’m running OpenEP with MATLAB R2025a and caught an issue with the importcarto_mem().
When importing the XML file from carto, it will prompt me that my Matlab version is too low.
Hi Liao, can you show the error message? It should work with 2023-25 versions.
Hi Liao, did you manage to solve this issue?
Sorry for the late reply.
Due to local network restrictions in my area, I need to rely on VPN to access websites such as GitHub. My VPN recently failed, and it took me some time to recover my original account.
After updating the latest openep-core code, this issue has been resolved, but in the old one, I need to change the “if (version<7.1)” in the XML-READ file to “if (version>7.1)” to run properly.