Error in line 2: not enough input arguments. Please help
조회 수: 1 (최근 30일)
이전 댓글 표시
function(kk,ff)=feasmbl2(kk,ff,k,f,index)
edof=Lel(index)
for i=edof
ii=index(i)
ff(ii)=ff(ii)+f(i)
for j=1:edof
jj=index(j)
kk(ii,jj)=kk(ii,jj)+k(i,j)
end
end
end
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!