Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

function does not apt for coding ?

1 Ansicht (letzte 30 Tage)
Dhines
Dhines am 26 Feb. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 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 Kommentare
Jan
Jan am 26 Feb. 2013
Please post the complete error message.
Dhines
Dhines am 26 Feb. 2013
i made it sir. thanks for ur response.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by