?? min.m
字號:
function f=mymin(x,high)
load tempdata
adj=adj~=0;
n=length(x);
leftnodes=sum(adj(x,:))>0;
for i=1:n
leftnodes(x(i))=0;
end
leftnodes
n=sum(leftnodes);
for i=1:15
if (leftnodes(i)~=0)&(sum(i==x)~=1)
ld(n)=i;
n=n-1;
end
end
h=min(data(ld,1))+1.2;
if high>h
disp('high is too longe,You must input number smaller');
return
end
a=5
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -