From 0a982e37a8b3c61a65dfe4ccc2676741ab5f6778 Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:43:02 -0400 Subject: [PATCH 1/4] adding a note about MATLAB engines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b623a93..43d527c 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ To use a MATLAB batch licensing token, first set it as a [secret](https://docs.g ## Notes - The **Setup MATLAB** action automatically includes the [MATLAB batch licensing executable](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md) (`matlab-batch`). To use a MATLAB batch licensing token in a workflow that does not use this action, you must first download the executable and add it to the system path. +- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java®, .NET, COM, C, C++, and Fortran. - When you use the **Setup MATLAB** action, you execute third-party code that is licensed under separate terms. ## See Also From 126e6c39ffd093df21fe8d3d7669851186ef9bfb Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:45:18 -0400 Subject: [PATCH 2/4] removing redundant trademark symbol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d527c..28b4d00 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ To use a MATLAB batch licensing token, first set it as a [secret](https://docs.g ## Notes - The **Setup MATLAB** action automatically includes the [MATLAB batch licensing executable](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md) (`matlab-batch`). To use a MATLAB batch licensing token in a workflow that does not use this action, you must first download the executable and add it to the system path. -- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java®, .NET, COM, C, C++, and Fortran. +- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java, .NET, COM, C, C++, and Fortran. - When you use the **Setup MATLAB** action, you execute third-party code that is licensed under separate terms. ## See Also From a87c472161f9b588846030564dc79546b2712c46 Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:08:32 -0400 Subject: [PATCH 3/4] addressing editorial feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b4d00..df6b5a0 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ To use a MATLAB batch licensing token, first set it as a [secret](https://docs.g ## Notes - The **Setup MATLAB** action automatically includes the [MATLAB batch licensing executable](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md) (`matlab-batch`). To use a MATLAB batch licensing token in a workflow that does not use this action, you must first download the executable and add it to the system path. -- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java, .NET, COM, C, C++, and Fortran. +- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java, .NET, COM, C, C++, and Fortran®. To use external language interfaces in your workflow, use a self-hosted runner including a version of MATLAB licensed without a batch token. - When you use the **Setup MATLAB** action, you execute third-party code that is licensed under separate terms. ## See Also From f3fa3fb0952f5d820be62e92ab623d8e89b068c7 Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Thu, 10 Jul 2025 16:13:18 -0400 Subject: [PATCH 4/4] final edits to new note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df6b5a0..afddede 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ To use a MATLAB batch licensing token, first set it as a [secret](https://docs.g ## Notes - The **Setup MATLAB** action automatically includes the [MATLAB batch licensing executable](https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/alternates/non-interactive/MATLAB-BATCH.md) (`matlab-batch`). To use a MATLAB batch licensing token in a workflow that does not use this action, you must first download the executable and add it to the system path. -- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java, .NET, COM, C, C++, and Fortran®. To use external language interfaces in your workflow, use a self-hosted runner including a version of MATLAB licensed without a batch token. +- Public project and MATLAB batch licensing do not support external language interfaces, including MATLAB Engine APIs for Python®, Java, .NET, COM, C, C++, and Fortran. To use external language interfaces in your workflow, use a self-hosted runner that has a version of MATLAB licensed without a batch token. - When you use the **Setup MATLAB** action, you execute third-party code that is licensed under separate terms. ## See Also