Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
function does not apt for coding ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
function indices = argmin(C)
[m i] = min(C(:));
if isvector(C)
indices = i;
else
indices = ind2subv(sizePMTK(C), i);
end
...
Error in ==> trained at 1324
Function indices = argmin(C)
5 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!