From abcb985b62b99d7cc499fd41eb7974f2e93cc933 Mon Sep 17 00:00:00 2001 From: nhz2 Date: Fri, 20 Mar 2020 02:27:21 -0400 Subject: [PATCH] added matlab toolbox prj --- TrackerComponentLibrary.prj | 164 ++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 TrackerComponentLibrary.prj diff --git a/TrackerComponentLibrary.prj b/TrackerComponentLibrary.prj new file mode 100644 index 00000000..2bd12e70 --- /dev/null +++ b/TrackerComponentLibrary.prj @@ -0,0 +1,164 @@ + + + TrackerComponentLibrary + Nathan Zimmerberg + nhz2@cornell.edu + PAN SSDS + An unofficial packaged version of https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary + An unofficial packaged version of https://github.com/USNavalResearchLaboratory/TrackerComponentLibrary + + 4.0 + ${PROJECT_ROOT}/TrackerComponentLibrary.mltbx + + + + + ccbb4fba-72fb-42b2-af43-485d0efe6933 + % List files contained in your toolbox folder that you would like to exclude +% from packaging. Excludes should be listed relative to the toolbox folder. +% Some examples of how to specify excludes are provided below: +% +% A single file in the toolbox folder: +% .svn +% +% A single file in a subfolder of the toolbox folder: +% example/.svn +% +% All files in a subfolder of the toolbox folder: +% example/* +% +% All files of a certain name in all subfolders of the toolbox folder: +% **/.svn +% +% All files matching a pattern in all subfolders of the toolbox folder: +% **/*.bak +% +.git +.DS_Store +.gitignore + true + + + + + + + + + false + + + + + + false + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${PROJECT_ROOT} + + + ${PROJECT_ROOT}/0_Compiled_Code + ${PROJECT_ROOT}/3rd_Party_Libraries + ${PROJECT_ROOT}/Assignment Algorithms + ${PROJECT_ROOT}/Astronomical Code + ${PROJECT_ROOT}/Atmospheric Models + ${PROJECT_ROOT}/Clustering and Mixture Reduction + ${PROJECT_ROOT}/CompileCLibraries.m + ${PROJECT_ROOT}/Container Classes + ${PROJECT_ROOT}/Contents.m + ${PROJECT_ROOT}/Coordinate Systems + ${PROJECT_ROOT}/Dynamic Estimation + ${PROJECT_ROOT}/Dynamic Models + ${PROJECT_ROOT}/Gravity + ${PROJECT_ROOT}/LICENSE.txt + ${PROJECT_ROOT}/Magnetism + ${PROJECT_ROOT}/Mathematical Functions + ${PROJECT_ROOT}/MexValidation.h + ${PROJECT_ROOT}/Misc + ${PROJECT_ROOT}/Navigation + ${PROJECT_ROOT}/Performance Evaluation + ${PROJECT_ROOT}/README.md + ${PROJECT_ROOT}/Sample Code + ${PROJECT_ROOT}/Scheduling + ${PROJECT_ROOT}/Static Estimation + ${PROJECT_ROOT}/Terrain + ${PROJECT_ROOT}/Transponders + + + + + + /Users/nathan/GitHub/TrackerComponentLibrary/TrackerComponentLibrary.mltbx + + + + /Applications/MATLAB_R2019b.app + + + + + + true + + + + + true + true + false + false + false + false + false + false + 10.13.6 + false + true + maci64 + true + + + \ No newline at end of file