Skip to content

Commit 60b2ab5

Browse files
june128Butt4cak3
authored andcommitted
Move "euler.m" to a new matlab code directory and import the matlab euler code into the euler markdown. (#252)
1 parent 0d89be5 commit 60b2ab5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chapters/algorithms/forward_euler_method/forward_euler_method.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Full code for the visualization follows:
117117
[import, lang:"python"](code/python/euler.py)
118118
{% sample lang="hs" %}
119119
[import, lang:"haskell"](code/haskell/euler.hs)
120+
{% sample lang="m" %}
121+
[import, lang:"matlab"](code/matlab/euler.m)
120122
{% endmethod %}
121123

122124
<script>

0 commit comments

Comments
 (0)