Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Virajan Verma
Virajan Verma el 13 de Ag. de 2018
Comentada: dpb el 13 de Ag. de 2018
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 comentarios
Stephen23
Stephen23 el 13 de Ag. de 2018
@Virajan Verma: please upload the data and code that we need to be able to replicate this error.
dpb
dpb el 13 de Ag. de 2018
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by