We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c68f44 commit fbc083bCopy full SHA for fbc083b
1 file changed
doc/intro.rst
@@ -28,6 +28,7 @@ general differences between NumPy and MATLAB can be found here:
28
29
In terms of the python-control package more specifically, here are
30
some thing to keep in mind:
31
+
32
* You must include commas in vectors. So [1 2 3] must be [1, 2, 3].
33
* Functions that return multiple arguments use tuples
34
* Can't use braces for collections; use tuples instead
0 commit comments