forked from UniprJRC/FSDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
54 lines (42 loc) · 1.45 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
43
44
45
46
47
48
49
50
51
52
53
54
<productinfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="$matlabroot/sys/namespace/info/v1/info.xsd">
<?xml-stylesheet type="text/xsl" href="$matlabroot/sys/namespace/info/v1/info.xsd"?>
<matlabrelease>R2009b</matlabrelease>
<name>FSDA</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/matlabicon.gif</icon>
<help_location>/helpfiles/pointersHTML</help_location>
<list>
<listitem>
<label>Example of interactive brushing starting from the forward residual plot</label>
<callback>brushRES</callback>
<icon>$toolbox/matlab/icons/figureicon.gif</icon>
</listitem>
<listitem>
<label>Example of interactive brushing starting from the FAN plot</label>
<callback>brushFAN</callback>
<icon>$toolbox/matlab/icons/figureicon.gif</icon>
</listitem>
<listitem>
<label>Example of interactive brushing starting from the index plot of robust residuals</label>
<callback>brushROB</callback>
<icon>$toolbox/matlab/icons/figureicon.gif</icon>
</listitem>
<listitem>
<label>Help</label>
<callback>doc FSDA/</callback>
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
</listitem>
<listitem>
<label>FSDADemos</label>
<callback>demo toolbox FSDA</callback>
<icon>$docroot/techdoc/matlab_env/examples/demoicon.gif</icon>
</listitem>
<listitem>
<label>Web Site (FSDA toolbox)</label>
<callback>web http://www.riani.it/matlab.htm -browser;</callback>
<icon>$docroot/techdoc/matlab_env/examples/webicon.gif</icon>
</listitem>
</list>
</productinfo>