我試圖使用GraphViz在MATLAB上繪製圖形,使用GraphViz interface。在MATLAB中使用GraphViz
我不斷收到此錯誤:
>> [x,y]=draw_dot(G)
??? Attempted to access node_pos(2); index out of bounds because numel(node_pos)=1.
Error in ==> dot_to_graph at 94
y(lst_node) = node_pos(2);
Error in ==> draw_dot at 30
[trash, names, x, y] = dot_to_graph(tmpLAYOUT); % load NEATO layout
請告訴我真的竊聽我的是它之前偉大的工作(我的舊電腦)。
任何想法如何解決這個問題?
此問題已報告02/03/2010,但似乎代碼未更新。 http://www.mathworks.com/matlabcentral/fileexchange/4518-matlab-graphviz-interface – tashuhka