Quick Start
Download
To try Matrex, first you need to download it.
Go directly to the Matrex package download page or read more about it.
Choose the version for your operating system and download it:
- matrex_1_3_win32.jar for Windows (tested on XP)
- matrex_1_3_linux_gtk.jar for Linux, using GTK
- matrex_1_3_macosx.jar for MacOsX, using Carbon
- matrex_1_3_generic.jar for other architectures
Generally you start the installation double-clicking on it.
If this does not work, open a command prompt or a shell, go to the directory where you downloaded the setup file, and write:
java -jar matrex_1_3_xxx.jar
where matrex_1_3_xxx.jar is the file you want to install.
This will start the IzPack setup for the Matrex product. You just need to follow the instructions.
Start
After you installed it, you can give it a try.Double-click on the Matrex icon on your desktop.
If it does not work, go to the directory (folder) in which you installed Matrex and execute the matrex batch file, which is called:
- matrex_win32.bat in Windows
- matrex_linux.sh in Linux
- matrex_macosx.sh in MacOsX
- matrex_generic.bat or matrex_generic.sh for the generic version.
The generic setup
If you installed the generic version, the first time you start matrix_generic.bat (for a Windows operating system) or matrix_generic.sh (for the others), Matrex will try to install SWT from the internet.Please answer to the question it asks (if you have a proxy, which proxy, from which site you want to install SWT).
If everything goes well, start Matrex once again. From this time the application should start as usual, displaying the GUI.
Use
Once it is started, what you do with it?Well, first you can try some examples.
In the projects directory of the Matrex installation you can find these examples:
- sample a very simple example to show the main concepts of Matrex
- popcolorado a more complex project showing some statistics about the population of Colorado (includes charts and presentations)
- projection a project showing a simple financial projection (includes charts and presentations)
- isql a project showing some applications of the iSQL (internal SQL) function template
- testchart a project showing different types of charts.
- directsearch a project demonstrating the Nelder Mead optimization.
- Menu File->Open project
- In the open file-dialog go to the project's directory and open the file project.mxp
To understand how to use Matrex, give a look:
- to the context help
- to the main documents in the documents page
- or in the doc directory of the Matrex installation.

