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)
Dhines
Dhines le 26 Fév 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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
Jan
Jan le 26 Fév 2013
Please post the complete error message.
Dhines
Dhines le 26 Fév 2013
i made it sir. thanks for ur response.

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by