Skip to content

Commit

Permalink
Add threading warning to README (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Mar 13, 2020
1 parent 2d4f612 commit 6e859c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Generally, this package is comprised of two aspects:
* Communicating with MATLAB engine sessions

**Warning**:
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`.

* 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`.

* Threading is also not supported within Julia when using the MATLAB.jl library.


## Installation
Expand Down

0 comments on commit 6e859c1

Please sign in to comment.