Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.65 KB

ODESCA_1.0

ODESCA is a MATLAB tool for the creation an analysis of dynamic systems described by ordinary differential equations.

==========================================================================

I. LICENSE

Copyright 2017 Tim Grunert, Christian Schade, Lars Brandes, Sven Fielsch, Claudia Michalik, Matthias Stursberg

ODESCA is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ODESCA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ODESCA. If not, see http://www.gnu.org/licenses/.

==========================================================================

II. Installation

To use ODESCA, simply copy the folders an the files of the GitHub Master Branch to a local folder on your computer. By running the file "addODESCAPaths.m" in Matlab, all necessary paths for the tool are added to your Matlab search path.

==========================================================================

III. Getting Started

To get started with ODESCA, you can read the User-Guide in the folder "Documentation" or you can see the examples in the folder "Examples". If you need help with any of the classes and methods of the tool, simply use the Matlab command "help FUNCTION-/CLASSNAME".