Skip to content

Commit 6e859c1

Browse files
authored
Add threading warning to README (#170)
1 parent 2d4f612 commit 6e859c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ Generally, this package is comprised of two aspects:
1313
* Communicating with MATLAB engine sessions
1414

1515
**Warning**:
16-
MATLAB string arrays are not supported, and will throw an error exception. This also applies if they are nested within a MATLAB struct. This is a limitation of the MATLAB C api. The MATLAB function `convertContainedStringsToChars` may be used to facilitate conversion to a compatible format for use with `MATLAB.jl`.
16+
17+
* MATLAB string arrays are not supported, and will throw an error exception. This also applies if they are nested within a MATLAB struct. This is a limitation of the MATLAB C api. The MATLAB function `convertContainedStringsToChars` may be used to facilitate conversion to a compatible format for use with `MATLAB.jl`.
18+
19+
* Threading is also not supported within Julia when using the MATLAB.jl library.
1720

1821

1922
## Installation

0 commit comments

Comments
 (0)