Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/demos/demos.xml @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!-- $Revision: 1.2 $ $Date: 2011/04/05 12:41:10 $ --> | |
3 <demos> | |
4 <name>LTPDA</name> | |
5 <type>toolbox</type> | |
6 <icon>$toolbox/matlab/icons/matlabicon.gif</icon> | |
7 <description> | |
8 <p>The LTPDA Toolbox is a MATLAB® Toolbox designed for the analysis | |
9 of data from the LISA Technology Package (part of the LISA Pathfinder | |
10 Mission). However, the toolbox can be used for any general purpose signal | |
11 processing, and is particularly useful for analysis of typical lab-based | |
12 experiments.</p> | |
13 </description> | |
14 <website> | |
15 <a href="http://www.mathworks.com">LTPDA web side</a> | |
16 </website> | |
17 | |
18 <demosection> | |
19 <label>LTPDA Toolbox Demos</label> | |
20 <!-- | |
21 <demoitem> | |
22 <label>My nice demo script</label> | |
23 <type>M-file</type> | |
24 - If you want a different thumbnail in the general demo page than add a .png file with the same name as the .html file - | |
25 - HERE: ./html/demo.png - | |
26 <file>./html/demo.html</file> | |
27 </demoitem> | |
28 <demoitem> | |
29 <label>Computational Demos</label> | |
30 - Do not add a <type> element if executable_demo is executable - | |
31 - File to execute for "Run this demo" - | |
32 <callback>executable_demo</callback> | |
33 - File to display in the Viewing pane - | |
34 <file>./html/executable_demo2.html</file> | |
35 </demoitem> | |
36 <demoitem> | |
37 <type>video</type> | |
38 - This is an actual MATLAB Flash video demo - | |
39 - If Flash is installed, it runs in your system bowser - | |
40 <label>Video Demo (4 min, 7 sec)</label> | |
41 - Command or file to execute for "Run this demo" - | |
42 <callback> | |
43 playbackdemo('demoName', 'relativePath'); | |
44 </callback> | |
45 </demoitem> | |
46 --> | |
47 </demosection> | |
48 | |
49 <demosection> | |
50 <label>LTPDA Workbench Demos</label> | |
51 </demosection> | |
52 | |
53 <demosection> | |
54 <label>Other Demos</label> | |
55 </demosection> | |
56 | |
57 </demos> |