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 76a7ad8 commit 68952edCopy full SHA for 68952ed
.circleci/config.yml
@@ -26,4 +26,7 @@ jobs:
26
sudo apt-get install tree
27
tree
28
- matlab/run-command:
29
- command: evalMD;
+ command: addpath(genpath('plotly_matlab/plotly/')); evalMD;
30
+ - run:
31
+ command: |
32
+ tree
evalMD.m
@@ -2,7 +2,7 @@
2
fclose all; clc;
3
% Setup Plotly in Offline Mode
4
% addpath(genpath('D:\Matlab_code\plotly_matlab\plotly'));
5
-addpath(genpath('\plotly_matlab\plotly'));
+addpath(genpath('plotly_matlab/plotly/'));
6
7
% Let list of md files
8
fileList = dir('matlab/*.md');
0 commit comments