Error in line 2: not enough input arguments. Please help

조회 수: 1 (최근 30일)
Virajan Verma
Virajan Verma 2018년 8월 13일
댓글: dpb 2018년 8월 13일
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
  댓글 수: 5
Stephen23
Stephen23 2018년 8월 13일
@Virajan Verma: please upload the data and code that we need to be able to replicate this error.
dpb
dpb 2018년 8월 13일
Lel isn't defined in the function so it must be a function; we need to see its function definition but apparently it requires more than a single argument.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by