Mr_Longly 发表于 2012-2-2 14:00

图论matlab程序调试出现问题了……

调试的时候出现了以下问题啊……
a=;
=Primf(a)
??? Undefined function or variable "source".

Error in ==> Primf at 32
T=;

G=;
>> nc=nuctf(G)
结果:
Error in ==> ncutf at 5
n=size(G,1);
??? Output argument "nc" (and maybe others) not assigned during
call to "E:\Program Files (x86)\MATLAB\my
work\graph\ncutf.m>ncutf".

源程序已经附上了……

随雪流月 发表于 2012-2-3 16:19

楼主很不错啊!大家好,我的东西也很不错呢,希望大家多去看看!

scutyf 发表于 2012-2-4 15:41

突然发现图论这一部分的帖都是好久以前的了
页: [1]
查看完整版本: 图论matlab程序调试出现问题了……