From 7453d7b7bc6b3610d781e6c67a14a710d7a56019 Mon Sep 17 00:00:00 2001 From: Pablo Romero Date: Mon, 30 Sep 2024 13:15:19 +0200 Subject: [PATCH] Adding workaround for bugs in MATLAB. --- toolbox/src/bossdevice.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/src/bossdevice.m b/toolbox/src/bossdevice.m index 186d837..8a03735 100644 --- a/toolbox/src/bossdevice.m +++ b/toolbox/src/bossdevice.m @@ -79,7 +79,7 @@ function initOscillationProps(obj) end % Verify if SLRT Target Support Package is installed - if ~batchStartupOptionUsed + if ~batchStartupOptionUsed && isMATLABReleaseOlderThan('R2024b') % Should run always but using if due to two MATLAB bugs bossapi.tg.checkSLRTSupportPkg; end