Skip to content

Commit a5fc207

Browse files
committed
final verison
1 parent 35d875e commit a5fc207

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

evalMD.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
function mdContents = evalMD()
22
fclose all; clc;
3-
% Setup Plotly in Offline Mode
4-
% addpath(genpath('D:\Matlab_code\plotly_matlab\plotly'));
5-
addpath(genpath('plotly_matlab/plotly/'));
63

74
% Let list of md files
85
fileList = dir('matlab/*.md');
96

107
% Loop over all files
11-
for i = 44%1 :length(fileList)
8+
for i = 45%1 :length(fileList)
129
fileName = fullfile(fileList(i).folder,fileList(i).name);
1310
fprintf('Evaluating (%03d): %s\n',i,['matlab/',fileList(i).name]);
1411
mdContents = readlines(fileName,'Encoding','UTF-8');

0 commit comments

Comments
 (0)