Skip to content

Commit e99a6fa

Browse files
bronsolobronsolo
authored andcommitted
fix Matlab vs MATLAB plotlydir location
1 parent ba62595 commit e99a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_setup_aux/plotlycleanup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
%parse filepath string at the Plotly directory
3333
plotlyLoc = strfind(fileparts(plotlyScriptDirs{d}),fullfile('MATLAB-api','plotly'));
3434
if ~isempty(plotlyLoc)
35-
plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'Matlab-api','plotly');
35+
plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'MATLAB-api','plotly');
3636
end
3737
dircount = dircount + 1;
3838
end

0 commit comments

Comments
 (0)