Skip to content

Commit

Permalink
update function to generate pictures + update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
luclaurent committed Jul 8, 2020
1 parent f34c4d6 commit 277d963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion various/pictures.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
%write in the wiki's file
fprintf(ff,'#%s\n',nameFun{itF});
fprintf(ff,'![%s](%s)\n',nameFun{itF},...
filePNG);
fullfile('Figures',listCase{itC},[nameFun{itF},'.png']));
end
end
fclose(ff);
Expand Down
2 changes: 1 addition & 1 deletion various/wiki
Submodule wiki updated from 86bb6a to 3fdf76

0 comments on commit 277d963

Please sign in to comment.