We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0749a28 commit 7453d7bCopy full SHA for 7453d7b
toolbox/src/bossdevice.m
@@ -79,7 +79,7 @@ function initOscillationProps(obj)
79
end
80
81
% Verify if SLRT Target Support Package is installed
82
- if ~batchStartupOptionUsed
+ if ~batchStartupOptionUsed && isMATLABReleaseOlderThan('R2024b') % Should run always but using if due to two MATLAB bugs
83
bossapi.tg.checkSLRTSupportPkg;
84
85
0 commit comments