Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
function does not apt for coding ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!