You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-parts/queries/03-Fetch_lang1.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
DataJoint for MATLAB provides three distinct fetch methods: ``fetch``, ``fetch1``, and ``fetchn``.
3
3
The three methods differ by the type and number of their returned variables.
4
4
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.
6
6
7
7
``query.fetch1`` and ``query.fetchn`` split the result into separate output arguments, one for each attribute of the query.
0 commit comments