Not enough input arguments.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sophia Nador
am 11 Dez. 2020
Bearbeitet: KALYAN ACHARJYA
am 11 Dez. 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 Kommentar
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
