Difference between revisions of "Acknowledgements"
From Rave Documentation
(→Supporting Files) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Supporting Files== | ==Supporting Files== | ||
− | Rave includes several open-source files written by others. These were downloaded from the MATLAB File Exchange. | + | Rave includes several open-source files written by others. |
+ | |||
+ | These were downloaded from the MATLAB File Exchange. | ||
*Aslib.m and ashape.m by Urs (us) Schwarz [http://www.mathworks.com/matlabcentral/fileexchange/6760-ashape-a-pedestrian-alpha-shape-extractor FEX Page] | *Aslib.m and ashape.m by Urs (us) Schwarz [http://www.mathworks.com/matlabcentral/fileexchange/6760-ashape-a-pedestrian-alpha-shape-extractor FEX Page] | ||
** Used by the Alpha Shape explore method. | ** Used by the Alpha Shape explore method. | ||
Line 9: | Line 11: | ||
*Ipdm.m by John D’Errico [http://www.mathworks.com/matlabcentral/fileexchange/18937-ipdm-inter-point-distance-matrix FEX Page] | *Ipdm.m by John D’Errico [http://www.mathworks.com/matlabcentral/fileexchange/18937-ipdm-inter-point-distance-matrix FEX Page] | ||
** Used in creating radial basis functions and in some crowding distance calculations. | ** Used in creating radial basis functions and in some crowding distance calculations. | ||
− | |||
− | |||
*Movie2gif.m by Nicolae Cindea [http://www.mathworks.com/matlabcentral/fileexchange/17463-movie-to-gif-converter FEX Page] | *Movie2gif.m by Nicolae Cindea [http://www.mathworks.com/matlabcentral/fileexchange/17463-movie-to-gif-converter FEX Page] | ||
** Used to export animations as gifs. | ** Used to export animations as gifs. | ||
Line 19: | Line 19: | ||
*Print_pdf.m by Oliver Woodford (No longer available on the File Exchange) | *Print_pdf.m by Oliver Woodford (No longer available on the File Exchange) | ||
** Used to export pdfs. | ** Used to export pdfs. | ||
+ | |||
+ | |||
+ | The table model used by the main data table is based on the tablesorter.jar file from Yair Altman's Java-based data table [http://www.mathworks.com/matlabcentral/fileexchange/14225-java-based-data-table FEX Page] which is in turn based on the original TableSorter.java from [http://download.oracle.com/javase/tutorial/uiswing/examples/components/TableSorterDemoProject/src/components/TableSorter.java Oracle]. |
Latest revision as of 15:35, 22 August 2013
Supporting Files
Rave includes several open-source files written by others.
These were downloaded from the MATLAB File Exchange.
- Aslib.m and ashape.m by Urs (us) Schwarz FEX Page
- Used by the Alpha Shape explore method.
- Findjobj.m by Yair Altman FEX Page
- Used all over the place to do lots of Java tricks.
- Insidepoly.m (and supporting files) by Bruno Luong FEX Page
- Used as a faster alternative to MATLAB's inpolygon
- Ipdm.m by John D’Errico FEX Page
- Used in creating radial basis functions and in some crowding distance calculations.
- Movie2gif.m by Nicolae Cindea FEX Page
- Used to export animations as gifs.
- Paretofront.m/paretofront.mexw32 by Yi Cao FEX Page
- Used to speed up Pareto frontier calculations in some multiobjective optimizers
- Myaa.m by Anders Brun FEX Page
- Used to export antialiased bitmap graphics.
- Print_pdf.m by Oliver Woodford (No longer available on the File Exchange)
- Used to export pdfs.
The table model used by the main data table is based on the tablesorter.jar file from Yair Altman's Java-based data table FEX Page which is in turn based on the original TableSorter.java from Oracle.