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 ba62595 commit e99a6faCopy full SHA for e99a6fa
plotly/plotly_setup_aux/plotlycleanup.m
@@ -32,7 +32,7 @@
32
%parse filepath string at the Plotly directory
33
plotlyLoc = strfind(fileparts(plotlyScriptDirs{d}),fullfile('MATLAB-api','plotly'));
34
if ~isempty(plotlyLoc)
35
- plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'Matlab-api','plotly');
+ plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'MATLAB-api','plotly');
36
end
37
dircount = dircount + 1;
38
0 commit comments