The AT code in this repository evolved from version 1.3 of the original code and is now maintained by the 'atcollab' collaboration, involving people from different research institutes.
The latest release can be found on Github.
-
Install git on your computer.
-
Download the latest version of AT:
$ git clone https://github.com/atcollab/at.git
-
Insert recursively the directories
at_installation/atmat
andat_installation/atintegrators
in the Matlab path. This can be done by:- Using the GUI:
Open the "Set Path" window, press "Add with subfolders", select
at_installation/atmat
; repeat the operation forat_installation/atintegrators
. - Using the
startup.m
file: Insert a lineaddpath(genpath(at_installation/atmat)
and a similar one for atintegrators. - Temporarily modifying the path by running:
>> cd at_installation/atmat >> atpath
- Using the GUI:
Open the "Set Path" window, press "Add with subfolders", select
-
Compile all mexfunctions:
>> atmexall
-
Update helpfiles:
>> atupdateContents
You can now use
athelp
to list all main functions. -
Update html doc - not yet documented.