Skip to content

Commit 072454f

Browse files
Merge pull request #262 from ixcat/issue-151
docs-parts/queries/03-Fetch_lang1.rst: fix missing fetch documentation (#151)
2 parents 7844cf9 + 91e3a9f commit 072454f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/03-Fetch_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DataJoint for MATLAB provides three distinct fetch methods: ``fetch``, ``fetch1``, and ``fetchn``.
33
The three methods differ by the type and number of their returned variables.
44

5-
``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*.
5+
``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.
66

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

0 commit comments

Comments
 (0)