Skip to content

Commit ba86a84

Browse files
authored
Merge pull request #396 from VisLab/develop
Modified the overall approach diagram
2 parents 7f60d52 + 0c81a20 commit ba86a84

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/HedMatlabTools.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ These MATLAB wrappers allow MATLAB users to use HED without learning Python.
88
## Tool overview
99

1010
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.
1218

1319
![HED MATLAB tools](./_static/images/MatLabHedToolsCloseFit.png).
1420

1521
Both approaches take MATLAB data as input and translate these values as needed to access the HEDTools.
1622
After making the call, the implementation translates the results back into MATLAB data types.
23+
The MATLAB HedTools accept a variety of different types of MATLAB variables as input.
1724

1825
Calling the HED MATLAB tools using web services requires no installation beyond downloading the
1926
HED MATLAB package, but its use requires Internet access.
Loading

0 commit comments

Comments
 (0)