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 Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by