File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 37
37
plotlyToolboxLoc = strfind(fileparts(plotlyScriptDirs{d }),plotlyToolboxDir );
38
38
if ~isempty(plotlyLoc )
39
39
plotlyDirs{dircount } = fullfile(plotlyScriptDirs{d }(1 : plotlyLoc - 1 ),' MATLAB-api-master' ,' plotly' );
40
+ dircount = dircount + 1 ;
40
41
elseif ~isempty(plotlyToolboxLoc )
41
42
plotlyDirs{dircount } = plotlyToolboxDir ;
43
+ dircount = dircount + 1 ;
42
44
end
43
- dircount = dircount + 1 ;
44
45
end
45
46
46
47
for d = 1 : length(plotlyDirs )
Original file line number Diff line number Diff line change @@ -79,10 +79,11 @@ function plotlyupdate(varargin)
79
79
plotlyToolboxLoc = strfind(fileparts(plotlyScriptDirs{d }),plotlyToolboxDir );
80
80
if ~isempty(plotlyLoc )
81
81
plotlyDirs{dircount } = fullfile(plotlyScriptDirs{d }(1 : plotlyLoc - 1 ),' MATLAB-api-master' ,' plotly' );
82
+ dircount = dircount + 1 ;
82
83
elseif ~isempty(plotlyToolboxLoc )
83
84
plotlyDirs{dircount } = plotlyToolboxDir ;
85
+ dircount = dircount + 1 ;
84
86
end
85
- dircount = dircount + 1 ;
86
87
end
87
88
88
89
if isempty(plotlyDirs )
You can’t perform that action at this time.
0 commit comments