Skip to content
Snippets Groups Projects

merge job_submit into master

Closed James Desjardins requested to merge job_submit into master
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -34,6 +34,14 @@ fclose(fileID);
% unnest cell
cell_str={C{1}{:}}';
% cleanse array of empty identifiers
for i=1:length(cell_str)
if strcmp(cell_str{i},'''''') || strcmp(cell_str{i},'[]') || strcmp(cell_str{i},'{}')
cell_str{i}='';
end
end
k=1;
for i=1:length(cell_str)
Loading