Skip to content

Commit a5c1b9d

Browse files
authored
Update README.md
added`using ModiaMath` before using `ModiaMath.plot` - fixed `UndefVarError: ModiaMath not defined`
1 parent 04415f1 commit a5c1b9d

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)