-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathinfo.xml
More file actions
25 lines (22 loc) · 702 Bytes
/
Copy pathinfo.xml
File metadata and controls
25 lines (22 loc) · 702 Bytes
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
<productinfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="optional">
<?xml-stylesheet type="text/xsl" href="optional"?>
<matlabrelease>R2006a</matlabrelease>
<name>Tensor</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/unknownicon.gif</icon>
<help_location>.</help_location>
<list>
<listitem>
<label>Help</label>
<callback>doc tensor_toolbox/</callback>
<icon>$toolbox/matlab/icons/webicon.gif</icon>
</listitem>
<listitem>
<label>Tensor Toolbox Web Site</label>
<callback>web http://www.sandia.gov/~tgkolda/TensorToolbox</callback>
<icon>$toolbox/matlab/icons/webicon.gif</icon>
</listitem>
</list>
</productinfo>