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/source/HedMatlabTools.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,19 @@ These MATLAB wrappers allow MATLAB users to use HED without learning Python.
8
8
## Tool overview
9
9
10
10
The HED MATLAB tools provide the following interface to HEDTools as explained in more detail in the following sections.
11
-
The MATLAB HEDTools package provides two interchangeable implementations of these functions -- calling the HED Python tools through a web service or directly calling the Python HEDTools.
11
+
The MATLAB HEDTools package provides two interchangeable implementations of these functions --
12
+
calling the HED Python tools through a web service or directly calling the Python HEDTools.
13
+
14
+
To use HED tools, you first create a HED object by calling `getHedTools`.
15
+
If you provide the optional host argument, the HED tools use services, otherwise
16
+
direct calls to Python. Once created, you simply call the available methods
17
+
using that reference. The process is summarized in the following diagram.
0 commit comments