Skip to content

Commit

Permalink
Start adding some more details to the coming from matlab docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntjohnson1 committed Nov 27, 2024
1 parent 70fc7c7 commit f7c32cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/matlab/common.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
General key differences
-----------------------

Python Conventions
^^^^^^^^^^^^^^^^^^
We make extensive use of NumPy throughout the library so please see their
`documentation for MATLAB users <https://numpy.org/doc/stable/user/numpy-for-matlab-users.html>`_.
Otherwise some highlights are:

* 0-indexing in python vs 1-indexing in MATLAB

Data members
^^^^^^^^^^^^
+-----------------+----------------------+------------------------------------------------------------------------+
Expand Down

0 comments on commit f7c32cd

Please sign in to comment.