Skip to content

Commit

Permalink
Merge pull request #262 from ixcat/issue-151
Browse files Browse the repository at this point in the history
docs-parts/queries/03-Fetch_lang1.rst: fix missing fetch documentation (#151)
  • Loading branch information
guzman-raphael committed Sep 11, 2020
2 parents 7844cf9 + 91e3a9f commit 072454f
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 072454f

Please sign in to comment.