Hi Ryan,
For ISSTracker, loading Orekit 7.0 instead of 6.1 works well for me. The errors you mentioned don't occur. I'm using R2013a.
Question : when you replaced the jar file, did you also change the ISSTracker.m script (line 142) ? You should tell it to load the new jar file.
Note : You can also load Orekit into Matlab at startup. This means you won't have to tell Matlab to load the jar manually (javaaddpath). This is done by :
- adding the jar file to the jarext folder 'Matlab root'/java/jarext
- adding the jar path to the classpath located at 'Matlab root'/toolbox/local/classpath.txt
Cheers,
Rami
From: chris.lebris@gmail.com
Date: Wed, 28 Jan 2015 12:24:23 +0100
To: orekit-users@orekit.org
Subject: Re: [Orekit Users] orekit-7.0 called from matlab
Hello,
I don't have R2014b but calling Orekit 7.0 from Matlab 2013a works well for me.
Christophe