Skip to content

Commit 5504042

Browse files
authored
Fix variable notation in README
Updated variable notation in the README for clarity.
1 parent ba2a90c commit 5504042

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ $$
7171

7272
Any other system can be used instead. It's simply a matter of system definition in one function, which will be shown later.
7373
A change of variables is considered as:
74-
```
75-
v = u + x1
76-
```
74+
75+
$$
76+
v = u + x_1
77+
$$
7778

7879
This change of variables allows the new system to have a one-to-one relationship between `v` and `y`. If a system does not need a change of variables, line 162 of `run_simulation` can simply be changed to:
7980
```matlab

0 commit comments

Comments
 (0)