Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshkashyap15 authored Oct 12, 2023
1 parent 42136e4 commit 73f95c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ This project is done in MATLAB. So it is a must to install MATLAB or use it onli
You can install it using the link [MATLAB](https://www.mathworks.com/products/matlab.html).

## Main Code
I have attached two MATLAB files.
I have attached two MATLAB files. The first file is main code that will give you butterfly like shape with video and second code is the MATLAB live script of the same code. MATLAB live script is an interactive way to present your code. It is just like Jupyter notebook for python where we can run codes in different cell with output of each cell presented alonside.
1. [MATLAB Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/Lorentz_problem_1963_multiple_conditions.m)
2. [MATLAB Live Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/lorenz-1963.pdf)
2. [MATLAB Live Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/Lorentz_problem_1963_multiple_conditions.mlx)

## Function Code
I have attached three MATLAB files. These files are functions which are called in the main file. In MATLAB we can make functions in different file and then call them in the main code.
1. [MATLAB Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/Lorentz_problem_1963_multiple_conditions.m)
2. [MATLAB Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/Lorentz_problem_1963_multiple_conditions.m)
3. [MATLAB Script](https://github.com/adarshkashyap15/Lorentz_1963_problem/blob/main/Lorentz_problem_1963_multiple_conditions.m)

0 comments on commit 73f95c3

Please sign in to comment.