multiexp
, the text-based programYou can simply download the binary program for your operating system,
and put it into a suitable directory, included in the PATH
.
multiexpfit
page, select Download, select multiexpfit
(not multiexpFD
),
select the compiled program for linux or windows.
multiexp
, for Linux, or multiexp.exe
for windows
PATH=$PATH:/home/myname/bin
PATH=%PATH%;c:\myname\bin
multiexp
. For Linux systems, create a text file named
multiexp.sh
, containing the following text:
cd $(echo $1 | sed 's/\/[^/]*\.fcn//')
/home/knoppix/bin/multiexp $(basename $1) fit.log 2>fit.err
Then, associate the file extension to it. For my KDE: Settings/Control center/KDE
Components/File associations; Add/application + multiexp fcn/add .fcn, icon, multiexp.sh.
Remember to set the property of multiexp.sh to "Run in terminal". For the icon,
you can use this one: multiexp
, the text-based programIf the compiled program cannot run in your operating system, you can compile it from the sources.
c-minuit
.
Try the example.
multiexpfit
page, select Download, select multiexpfit
(not multiexpFD
),
select the sorce gzipped file.
You can also use the CVS repository to have the latest version and updates.
c-minuit
directory:
multiexp.h
multiexp.c
multiexp_parser.y
multiexp_lexer.l
manual.txt
configure.ac
Makefile.am
Simply copy the files if no other program must be compiled.
INSTALL
file in c-minuit
multiexp
(or multiexp.exe
for windows)
has been created, follow instructions in the previous section to set the PATH variable.
moments
, the text-based programYou can simply download the binary program for your operating system,
and put it into a suitable directory, included in the PATH
.
multiexpfit
page, select Download, select moments
,
select the compiled program for linux or windows.
moments
, for Linux, or moments.exe
for windows
PATH=$PATH:/home/myname/bin
PATH=%PATH%;c:\myname\bin
moments
, the text-based programIf the compiled program cannot run in your operating system, you can compile it from the sources.
multiexpfit
page, select Download, select moments
,
select the sorce gzipped file.
You can also use the CVS repository to have the latest version and updates.
make
Makefile
multiexp
(or multiexp.exe
for windows)
has been created, follow instructions in the previous section to set the PATH variable.
multiexpFD
, the graphic user interfaceThe multiexp
program can work with a text-based interface.
The low-level user can require a graphic user interface, with a lot of
buttons, menus, windows and so on, that interfaces the user with the program.
This is the purpose of multiexpFD
.
multiexp
program.
java
is in the PATH
.
For Linux, add the following line to the file .bashrc in the home directory:PATH=$PATH:/home/something/java/others/bin
PATH=%PATH%;c:\something\java\others\bin
multiexpfit
page, select Download, select multiexpFD
,
select the .jar file.
JSci
.
Put all the jar files with the multiexp.jar
file.
java -jar c:/something/multiexpFD/jars/Multiexp.jar %1
java
if it is not included in the
PATH
.mex
files. Use
the icon for Linux, and the icon
for Windows.
multiexpFD
, the graphic user interface