Not enough input arguments.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sophia Nador
el 11 de Dic. de 2020
Editada: KALYAN ACHARJYA
el 11 de Dic. de 2020
Hi,
I'm trying to use the repmat function :
for i=1:size(test,1)
a=(test{i,2 :4} - train{: , 2:4})
b=repmat(a)
end
But I only obtain this error :
Error using repmat
Not enough input arguments.
1 comentario
Respuesta aceptada
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
