Skip to content

Commit 5bf1bf9

Browse files
committed
2 parents 12932ed + a7ed9af commit 5bf1bf9

File tree

2 files changed

+131
-0
lines changed

2 files changed

+131
-0
lines changed
7.57 KB
Binary file not shown.

Extended-Kalman-Filter-Algorithm.prj

+131
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2+
<configuration file="C:\Users\DevOps Engineer\Documents\GitHub\Extended-Kalman-Filter-Algorithm\Extended-Kalman-Filter-Algorithm.prj" location="C:\Users\DevOps Engineer\Documents\GitHub\Extended-Kalman-Filter-Algorithm" name="Extended-Kalman-Filter-Algorithm" target="target.toolbox" target-name="Package Toolbox">
3+
<param.appname>Extended-Kalman-Filter-Algorithm</param.appname>
4+
<param.authnamewatermark>Mehdi Raza Khorasani</param.authnamewatermark>
5+
<param.email>mk05198@st.habib.edu.pk</param.email>
6+
<param.company>Habib University</param.company>
7+
<param.summary />
8+
<param.description />
9+
<param.screenshot />
10+
<param.version>1.0</param.version>
11+
<param.output>${PROJECT_ROOT}\Extended-Kalman-Filter-Algorithm.mltbx</param.output>
12+
<param.products.name />
13+
<param.products.id />
14+
<param.products.version />
15+
<param.platforms />
16+
<param.guid>a039b9e3-5def-43ef-9ae7-bcbefdaa8332</param.guid>
17+
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
18+
% from packaging. Excludes should be listed relative to the toolbox folder.
19+
% Some examples of how to specify excludes are provided below:
20+
%
21+
% A single file in the toolbox folder:
22+
.gitignore
23+
LICENSE
24+
.gitattributes
25+
README.md
26+
%
27+
% A single file in a subfolder of the toolbox folder:
28+
.git
29+
simulation
30+
Report
31+
%</param.exclude.filters>
32+
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
33+
<param.examples />
34+
<param.demosxml />
35+
<param.apps />
36+
<param.registered.apps />
37+
<param.docs />
38+
<param.getting.started.guide />
39+
<param.matlabpath.excludes />
40+
<param.javaclasspath.excludes />
41+
<param.exported.on.package>false</param.exported.on.package>
42+
<param.required.addons />
43+
<param.matlab.project.id />
44+
<param.matlab.project.name />
45+
<param.release.start />
46+
<param.release.end />
47+
<param.release.current.only>false</param.release.current.only>
48+
<param.compatiblity.windows>true</param.compatiblity.windows>
49+
<param.compatiblity.macos>true</param.compatiblity.macos>
50+
<param.compatiblity.linux>true</param.compatiblity.linux>
51+
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
52+
<param.installation.map />
53+
<param.additional.sw.names />
54+
<param.additional.sw.licenses />
55+
<param.additional.sw.win.url />
56+
<param.additional.sw.mac.url />
57+
<param.additional.sw.linux.url />
58+
<unset>
59+
<param.authnamewatermark />
60+
<param.email />
61+
<param.company />
62+
<param.summary />
63+
<param.description />
64+
<param.screenshot />
65+
<param.version />
66+
<param.output />
67+
<param.products.name />
68+
<param.products.id />
69+
<param.products.version />
70+
<param.platforms />
71+
<param.exclude.pcodedmfiles />
72+
<param.examples />
73+
<param.demosxml />
74+
<param.apps />
75+
<param.registered.apps />
76+
<param.docs />
77+
<param.getting.started.guide />
78+
<param.matlabpath.excludes />
79+
<param.javaclasspath.excludes />
80+
<param.exported.on.package />
81+
<param.required.addons />
82+
<param.matlab.project.id />
83+
<param.matlab.project.name />
84+
<param.release.start />
85+
<param.release.end />
86+
<param.release.current.only />
87+
<param.compatiblity.windows />
88+
<param.compatiblity.macos />
89+
<param.compatiblity.linux />
90+
<param.compatiblity.matlabonline />
91+
<param.installation.map />
92+
<param.additional.sw.names />
93+
<param.additional.sw.licenses />
94+
<param.additional.sw.win.url />
95+
<param.additional.sw.mac.url />
96+
<param.additional.sw.linux.url />
97+
</unset>
98+
<fileset.rootdir>
99+
<file>${PROJECT_ROOT}</file>
100+
</fileset.rootdir>
101+
<fileset.rootfiles>
102+
<file>${PROJECT_ROOT}\ExtendedKF.m</file>
103+
</fileset.rootfiles>
104+
<fileset.depfun.included />
105+
<fileset.depfun.excluded />
106+
<fileset.package />
107+
<build-deliverables>
108+
<file location="${PROJECT_ROOT}" name="Extended-Kalman-Filter-Algorithm.mltbx" optional="false">C:\Users\DevOps Engineer\Documents\GitHub\Extended-Kalman-Filter-Algorithm\Extended-Kalman-Filter-Algorithm.mltbx</file>
109+
</build-deliverables>
110+
<workflow />
111+
<matlab>
112+
<root>C:\Program Files\MATLAB\R2021a</root>
113+
<toolboxes />
114+
</matlab>
115+
<platform>
116+
<unix>false</unix>
117+
<mac>false</mac>
118+
<windows>true</windows>
119+
<win2k>false</win2k>
120+
<winxp>false</winxp>
121+
<vista>false</vista>
122+
<linux>false</linux>
123+
<solaris>false</solaris>
124+
<osver>10.0</osver>
125+
<os32>false</os32>
126+
<os64>true</os64>
127+
<arch>win64</arch>
128+
<matlab>true</matlab>
129+
</platform>
130+
</configuration>
131+
</deployment-project>

0 commit comments

Comments
 (0)