From 318ad26cca96fb41c20e3afaa54d86c868d2067b Mon Sep 17 00:00:00 2001 From: Etienne Gavazzi <98973824+egavazzi@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:56:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818c53e..6db5147 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## MATLAB -| ❗ Windows and MacOS platforms : MATLAB versions R2022 and R2023 do not work with `MATLAB.jl` ❗
You can use older versions as explained [further down](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version). | +| ❗ If you get some 'Segmentation fault' error when calling MATLAB with version R2022 or newer, try using an [older version](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version).❗ | |:----:| 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. From 8a6535ba8b7f53c93b773d8707044fc0d255b205 Mon Sep 17 00:00:00 2001 From: Etienne Gavazzi <98973824+egavazzi@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:57:41 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db5147..d9dd41e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## MATLAB -| ❗ If you get some 'Segmentation fault' error when calling MATLAB with version R2022 or newer, try using an [older version](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version).❗ | +| ❗ If you get a 'Segmentation fault' error when calling MATLAB with version R2022 or newer, try using an [older version](https://github.com/JuliaInterop/MATLAB.jl#changing-matlab-version) of MATLAB. ❗ | |:----:| 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.