标签: matlab graph octave compatibility
我正在尝试在Octave中运行Matlab代码。对于用于创建无向图的代码,它会抛出一个错误:
G = graph(Matrix~=0,'lower');
话说:
"warning: the 'graph' function is not yet implemented in Octave"
图形函数是否存在于Octave中,如果不存在,是否存在我可以替代的等效函数?