Not enough input arguments.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sophia Nador
le 11 Déc 2020
Modifié(e) : KALYAN ACHARJYA
le 11 Déc 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 commentaire
Réponse acceptée
Voir également
Catégories
En savoir plus sur Matrices and Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
