Skip to content

Commit

Permalink
docs-parts/queries/03-Fetch_lang1.rst: fix missing fetch documentatio…
Browse files Browse the repository at this point in the history
…n (151)
  • Loading branch information
ixcat committed Aug 7, 2020
1 parent 875c894 commit 91e3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-parts/queries/03-Fetch_lang1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DataJoint for MATLAB provides three distinct fetch methods: ``fetch``, ``fetch1``, and ``fetchn``.
The three methods differ by the type and number of their returned variables.

``query.fetch`` returns the result in the form of an *n* ⨉ 1 `struct array <https://www.mathworks.com/help/matlab/ref/struct.html>`_ where *n*.
``query.fetch`` returns the result in the form of an *n* ⨉ 1 `struct array <https://www.mathworks.com/help/matlab/ref/struct.html>`_ where *n* is the number of records matching the query expression.

``query.fetch1`` and ``query.fetchn`` split the result into separate output arguments, one for each attribute of the query.

Expand Down

0 comments on commit 91e3a9f

Please sign in to comment.