Thank you very much for the help guys, Kevin was right. Also Ravi, you were right I copied the "startup.m" file on my backup without noticing. Thank you very much for the help!
Kevin is correct regarding the steps to remove the Matlab startup file. Note that ODTBX does not alter your Matlab installation in any way, except for putting a custom startup.m file into your user Documents\Matlab folder. So when you reinstalled Windows you probably (inadvertently) copied that file over to your new install. Removing it as Kevin suggested will return your Matlab startup environment to its default state (after restarting Matlab). On Mon, May 13, 2019 at 10:11 AM Kevin Berry keberry@users.sourceforge.net...
Go to Documents\MATLAB and delete startup.m. Alternately, you can rename it to something that Matlab won't recognize (like startup.old) or edit it to remove the ODTBX lines (if you have other startup items that you want to retain). If that doesn't work, open Matlab and type which('startup.m') into the Command Window. That will tell you where Matlab is finding the startup.m file.
Hello all, I used the ODTBX 4.0 version two years ago. I had to reinstall windows and all the software include matlab. I am not using this toobox anymore but every time I open Matlab I get the following warning: Warning: Invalid file or directory 'C:\...\ODTBX4_0\Jat'. > In javaclasspath>local_validate_dynamic_path (line 271) In javaclasspath>local_javapath (line 187) In javaclasspath (line 124) In javaaddpath (line 71) In startup (line 227) How can I remove the startup.m file from the matlab path?...
R2017a prep: Merge develop_internal into develop
startup.m only does MICE version check if MICE exists
R2017a prep: Update documentation
Fix ODTBX Options usage in testMeasPartials_example
OdtbxReleaseProcess
R2015a prep: update documentation
R2015a prep: Merge develop_internal into develop
IzPackTips
OdtbxReleaseProcess
OdtbxReleaseProcess
Changed Readme.html to pure html (previously wa...
Updated release documentation
GmatInterface
GmatInterface
GmatInterface
GmatInterface
OdtbxReleaseProcess
Updated all documentation (and function descrip...
OdtbxReleaseProcess
OdtbxReleaseProcess
OdtbxReleaseProcess
OdtbxReleaseProcess
Bug fixed and added a simple multivariate function example. Commit 1646fc.
Fixed reverse indexing error reported by Hythem...
Thanks for pointing this out Hythem. The reverse indexing (numX:1) is used for optimization,...
Pancake tutorial uses OdtbxOptions correctly
Changed input parsing to be more efficient, del...
Added GTDS measurement editing to estbat.
Mantis 463
setOdtbxOptions returns the default value if in...
Mantis 462: Regression tests now properly set O...
+ Made (validate/set/get)OdtbxOptions more effi...
Mantis 462: ODTBX Options structure validation ...
Mantis 462: getOdtbxOptions now validates the i...
Hello George, You mentioned that you have downloaded the ODTBX_6_5.jar file ... that...
Modified tdrssmeas.m to use specified ground st...
Created an incomplete tdrssmeas_hifi.m that tak...
Added comments to the top of tdrssmeas_basic.m ...
Modified basic atmosphere models to check if as...
Created a new tdrssmeas_basic function that no ...
Cleanup to IonoDelay.m, also added tdrss_basic_...
Fixes to make sure all regression tests pass af...
Added TDRS Vehicle schedules to tdrssmeas_basic...
Modified tdrssmeas_basic and tdrssmeas_hifi to ...
Merge branch 'Improved_AtmosphereEffects_intern...
Fixed redundant sign error in tdrssmeas_hifi.m
Added checks on H and R for test_tdrssmeas_basic.m
Fixed FIXMEs in tdrssmeas_hifi.m and added unit...
Version of tdrssmeas_hifi.m that has correctly ...
Initial Version of Advanced Ionosphere Delay Model
Merge branch 'TO13_gpsmeas_internal' into Impro...
Implemented IonoModel_hifi.m into LOSRange and ...
Added documentation describing TDRSS and Ionosp...
Merge branch 'TO13_gpsmeas_internal' into Impro...
Merge branch 'develop' into develop_internal
Merge branch 'develop' into develop_internal
Minor fix to variable names in IonoDelay.m
Fixed various FIXMEs in measurement code
Added Link Budget to tdrssmeas_basic.m and fixe...
Forgot to include new files in last commit.
Bugfix to ominusc; adding solve-for/consider de...
Yes you certainly can. There should be plenty of examples of this. Try example_estspf_2.m...