From 2f044d7e2d5af0a5af11569fd8c4c3ada070150c Mon Sep 17 00:00:00 2001 From: Mustafa M Date: Wed, 5 Oct 2022 09:47:57 -0600 Subject: [PATCH] Add warning regarding latest matlab issues (#206) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8d053a..10a47d2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ## MATLAB -**Warning: MATLAB 2022a/2022b** -**Presently, these versions of MATLAB trigger a segfault and no not work with `MATLAB.jl`. Maintainers are attempting to diagnoise the cause and fix the issue.** +| :exclamation: MATLAB versions 2022a/2022b trigger a segfault and no not work with `MATLAB.jl`. Maintainers are attempting to diagnoise the cause and fix the issue.** | +|-----------------------------------------| + The `MATLAB.jl` package provides an interface for using [MATLABĀ®](http://www.mathworks.com/products/matlab/) from [Julia](http://julialang.org) using the MATLAB C api. In other words, this package allows users to call MATLAB functions within Julia, thus making it easy to interoperate with MATLAB from the Julia language.