Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

function does not apt for coding ?

1 visualizzazione (ultimi 30 giorni)
Dhines
Dhines il 26 Feb 2013
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
Jan
Jan il 26 Feb 2013
Please post the complete error message.
Dhines
Dhines il 26 Feb 2013
i made it sir. thanks for ur response.

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by