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 160000c commit ed2779dCopy full SHA for ed2779d
toolbox/src/bossdevice.m
@@ -105,7 +105,9 @@ function initOscillationProps(obj)
105
fprintf('[Debug] Using own full installation of Speedgoat I/O Blockset v%s.\n',speedgoat.version);
106
107
% Remove any possible instance of SG dependencies from the path
108
- rmpath(genpath(obj.sgDepsPath));
+ if exist('sg','dir')
109
+ rmpath(genpath(obj.sgDepsPath));
110
+ end
111
112
elseif isfolder(fullfile(obj.sgDepsPath,matlabRelease.Release))
113
% Try using built-in Speedgoat dependency
0 commit comments