You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

33
-
31
+

34
32
Now let's start digging into MTK!
35
33
36
34
## Your very first ODE
@@ -203,6 +201,7 @@ but allows for customization:
203
201
@named fol_2 =fol_factory(true) # has observable RHS
204
202
```
205
203
204
+
The `@named` macro rewrites `fol_2 = fol_factory(true)` into `fol_2 = fol_factory(true,:fol_2)`.
206
205
Now, these two components can be used as subsystems of a parent system, i.e.
207
206
one level higher in the model hierarchy. The connections between the components
0 commit comments