Skip to content

Commit 0e645f0

Browse files
committed
Updated the function overview in Matlab, to match some added functions
1 parent b649b24 commit 0e645f0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/matlab.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,16 @@
134134
\- lti/set set/modify properties of LTI models
135135
\- setdelaymodel specify internal delay model (state space
136136
only)
137+
\* :func:`rss` create a random continuous state space model
138+
\* :func:`drss` create a random discrete state space model
137139
== ========================== ============================================
138140
139141
140142
Data extraction
141143
----------------------------------------------------------------------------
142144
143145
== ========================== ============================================
144-
\ lti/tfdata extract numerators and denominators
146+
\* :func:`tfdata` extract numerators and denominators
145147
\ lti/zpkdata extract zero/pole/gain data
146148
\ lti/ssdata extract state-space matrices
147149
\ lti/dssdata descriptor version of SSDATA
@@ -159,7 +161,7 @@
159161
\ zpk conversion to zero/pole/gain
160162
\* :func:`ss` conversion to state space
161163
\* :func:`frd` conversion to frequency data
162-
\ c2d continuous to discrete conversion
164+
\* :func:`c2d` continuous to discrete conversion
163165
\ d2c discrete to continuous conversion
164166
\ d2d resample discrete-time model
165167
\ upsample upsample discrete-time LTI systems
@@ -183,7 +185,7 @@
183185
(see also overloaded ``*``)
184186
\* :func:`~bdalg.feedback` connect lti models with a feedback loop
185187
\ lti/lft generalized feedback interconnection
186-
\ lti/connect arbitrary interconnection of lti models
188+
\* :func:'~bdalg.connect' arbitrary interconnection of lti models
187189
\ sumblk summing junction (for use with connect)
188190
\ strseq builds sequence of indexed strings
189191
(for I/O naming)

0 commit comments

Comments
 (0)