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!