Skip to content

Commit 6eb3279

Browse files
authored
Update README.md
1 parent 4b033c1 commit 6eb3279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Transforms a continuous transfer function to a discrete transfer function using
1717
`Hz = c2d_euler(Hs,T,'backward')` returns the discrete transfer function `Hz` obtained by applying the backward Euler (i.e. backward difference) transformation to a continuous transfer function `Hs`, where `T` is the sampling period.
1818

1919

20-
## Additional Documentation and Examples
20+
## Examples and Additional Documentation
2121

22-
See "DOCUMENTATION.pdf" for additional documentation and examples.
22+
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
23+
- See "DOCUMENTATION.pdf" for additional documentation.

0 commit comments

Comments
 (0)