Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 618 Bytes

ContiNum

Toolbox for dynamic analysis of DAEs.

Requirements:

- Linux 64 bits
- Matlab R2018a or later with:
  - Optimization toolbox
  - Symbolic math toolbox

How to use:

- Download all the files
    - ContiNum consists of the main files: Continum.m, Variable.m, and Parameter.m
    - The 'Aux' folder contains other necessary functions and must also be downloaded
    
- Add the Continum directory with the Aux folder to your Matlab path

- Open the file 'example_01.mlx' and run it. All the features of Continum is presented and discussed in those '.mlx' files.