Downloading for Matlab 7
The download directory contains a number of compressed tar files. One
for each computer type the program is running under (see below). In each
are located all the files for the release. The tar file can be downloaded
and then expanded to yield all files by using the gzip and tar programs
on UNIX workstations or WinZip on PCs.
The new code on this page will only work with Matlab 7. Use
the old code version 3.00 for
working with Matlab 6.1 by pressing
For Matlab 6 in the left menu.
or
the old code version 2.86 for
working with Matlab 5.3 by pressing
For Matlab 5 in the left menu.
The following operating systems are currently supported
(64 bit versions will be added soon):
System |
Operating system |
File |
Format |
Version |
Windows |
Windows that runs Matlab 7.5, 32 and 64 bits |
Field_II_PC7.tar.gz |
Compressed TAR |
3.16, 18/12-2007 |
Windows |
Windows that runs Matlab 7.3, 32 bits |
Field_II_PC7_3.tar.gz |
Compressed TAR |
3.16, 13/8-2007 |
Windows |
Windows that runs Matlab 7.5, 32 and 64 bits |
Field_II_PC7.zip |
ZIP file |
3.16, 18/12-2007 |
Windows |
Windows that runs Matlab 7.3, 32 bits |
Field_II_PC7_3.zip |
ZIP file |
3.16, 13/8-2007 |
Linux |
Matlab 7.4, 32 and 64 bits |
Field_II_linux.tar.gz |
Compressed TAR |
3.16, 13/8-2007 |
Intel Mac |
Matlab 7.5 |
Field_II_mac_intel.tar.gz |
Compressed TAR |
3.16, 13/8-2007 |
All |
For all the currently supported stations, 32 and 64 bits |
Field_II_combined.tar.gz |
Compressed TAR |
2.72, 2.86, 3.00 or 3.16 |
Installation
The tar-file should be downloaded to the directory, that must hold the
files. The file is then extracted by writing:
gzip -d "name_of_tar_file".tar.gz
tar -xvf "name_of_tar_file".tar
to uncompress and extract the files. The tar-file can then be deleted.
The files can also be opend using programs like winzip
(www.winzip.com).
The Field II program can now be run from this directory or from an other directory
by writing:
path(path,'/home/user/field_II/m_files');
field_init
where /home/user/field_II/m_files contains the Field II m-files. This
ensures that the directory is included in the Matlab search path, and the
user-written m-files can then be placed in a separate directory.
Individual files
The individual files in the installation can be found
here. From this you can view
and download the individual m-files or the executable mex file
for Field II.
A number of utility files can be found
here. The
can be used for displaying the transducer geometry, etc.
|