<meta http-equiv="content-type" content="text/html; charset=utf-8"><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Hi all,</span></font><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">I've decided to implement the graphviz exporter toolbox suggested here: </span></font><a href="http://wiki.scilab.org/Contributor_-_graphviz/dot">http://wiki.scilab.org/Contributor_-_graphviz/dot</a></div>
<div><br></div><div>I have some doubts though:</div><div><br></div><div>1) Is this project still required (I mean, no one implemented it yet or it didn't become obsolete)?</div><div><br></div><div>Assuming the answer for the above is 'yes':</div>
<div><br></div><div>2) Do you want the toolbox to look like the script for matlab (<a href="http://www.mathworks.com/matlabcentral/fileexchange/4518">http://www.mathworks.com/matlabcentral/fileexchange/4518</a>) or something more like PyGraphviz? (<a href="http://networkx.lanl.gov/pygraphviz/">http://networkx.lanl.gov/pygraphviz/</a>)</div>
<div><br></div><div>3) The input matrix will be 0-1's (1 if edge exists) or a matrix where the entries represents costs? In this case, how to represent the absence of edges?</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
<br></div><div>4) I think this should be asked on users' lists,  but anyway: how to we escape the " character? I tried printf("\""); but I get an error. The (ugly) workaround was printf('%c', char(34));</div>
<div><br></div><div>Also, I have sketched an exporter to .dot file that I'm sending attached.</div><div><br></div><div>Thanks!</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8">