Skip to content

Commit

Permalink
Add directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
matias-gonz committed Oct 15, 2023
1 parent af7488c commit 0cc1e61
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,22 @@ MagAnalyst was implemented and tested with the Matlab 2022b version on Windows 1

## Description of the files and directory structure

TO BE COMPLETED
```tree
├── app.mlapp # App controller
├── data # IO data
├── assets # Logos
└── src
├── AnhystereticCurve # Data and modeled anhyesteretic curve
├── ErrorCalculator
├── MagneticParameters
├── Parser # Input parser
├── Plotter
├── ResidueCalculator
├── minimize # minimize library files
├── colorDialog.mlapp
└── fit.m
```

## External libraries

Expand Down

0 comments on commit 0cc1e61

Please sign in to comment.