Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个(时间)序列的有向循环图。每个时间步都只对过去的一个进行一些修改。有没有办法修复(可能不完全)音符的位置,使变化变得更加明显。
我同样需要修复部分节点(图是双叶的)。我需要从一个叶修复节点。我尝试使用graphviz,但后来意识到它没有这样的选项。这就是为什么我在 Matlab 上为双叶图编写了自己的代码。可能您将不得不应对同样的情况。