Skip to content

Commit b338667

Browse files
Merge branch 'master' of https://github.com/ModiaSim/Modia.jl
2 parents 683b4a3 + 1b07c65 commit b338667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ the instructions
6262

6363
### To simulate a model:
6464
```julia
65+
using ModiaMath
6566
result = simulate(FirstOrder, 2);
6667
@show result["x"][end];
6768
ModiaMath.plot(result, "x")

0 commit comments

Comments
 (0)