Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

function does not apt for coding ?

1 view (last 30 days)
Dhines
Dhines on 26 Feb 2013
Closed: MATLAB Answer Bot on 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 Comments
Jan
Jan on 26 Feb 2013
Please post the complete error message.
Dhines
Dhines on 26 Feb 2013
i made it sir. thanks for ur response.

Answers (0)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!