Antelope and MATLAB - geoscience-community-codes/GISMO GitHub Wiki
Assuming that you have Antelope 5.15 and MATLAB R2025b installed, the following shows how to coerce Antelope to try to work with your version of MATLAB:
sudo cp ~/Downloads/license.pf /opt/antelope/5.15/data/pf/
source /opt/antelope/5.15/setup.sh
sudo chmod a+r /opt/antelope/5.15/data/pf/license.pf
man antelope_matlab
cd /opt/antelope/5.15/data/matlab
sudo ln -s R2024b R2025b
Then start MATLAB, and issue the following:
run('/opt/antelope/5.15/setup.m')