Skip to content
Snippets Groups Projects
Commit 03dd9f16 authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Cleaning test

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@966 4c865b51-4357-4376-afb4-474e03ccb993
parent 7c3150a6
No related branches found
No related tags found
No related merge requests found
%% PUBLISH_GT.M Generates html documentation for Graintracking
% There are some instructions somewhere...
function publish_gt(filename)
opts.outputDir='/data/id19/graintracking/matlab/html';
opts.evalCode=false;
opts.showCode=false;
publish(filename,opts);
if strcmp(filename(end-1:end),'.m')
htmlname = [filename(1:end-2) '.html'];
else
htmlname = [filename '.html'];
end
web([opts.outputDir '/' htmlname])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment