-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
42 lines (35 loc) · 1.1 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<productinfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="">
<?xml-stylesheet type="text/xsl" href=""?>
<!--
Sparse Grid Interpolation Toolbox
Copyright (c) 2006 W. Andreas Klimke, Universitaet Stuttgart
Copyright (c) 2007-2008 W. A. Klimke. All Rights Reserved.
See LICENSE.txt for license.
email: [email protected]
web : http://www.ians.uni-stuttgart.de/spinterp
-->
<matlabrelease>14</matlabrelease>
<name>Sparse Grid Interpolation</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
<help_location>/help</help_location>
<list>
<listitem>
<label>Help</label>
<callback>doc spinterptool/</callback>
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
</listitem>
<listitem>
<label>Demos</label>
<callback>demo toolbox 'Sparse Grid Interpolation'</callback>
<icon>$toolbox/matlab/icons/demoicon.gif</icon>
</listitem>
<listitem>
<label>Product Page (Web)</label>
<callback>web http://www.ians.uni-stuttgart.de/spinterp/ -browser;</callback>
<icon>$toolbox/matlab/icons/webicon.gif</icon>
</listitem>
</list>
</productinfo>