Am I doing something wrong in cody submission?

1 次查看(过去 30 天)
I have solved couple of question on cody and cross checked my prog on matlab which showing exactly the same output which the question in cody needs. But everytime, its showing error in submission. I have attached the sample submission problem.

采纳的回答

Stephen23
Stephen23 2018-10-5
编辑:Stephen23 2018-10-5
Your function returns y, which is just the index from sort and has nothing to do with the first column of x.
The code x([y],1) is not allocated to anything, so it will be discarded.
Note that the square brackets around y are totally superfluous:
  3 个评论
Stephen23
Stephen23 2018-10-5
编辑:Stephen23 2018-10-5
Remove the conjugate transpose and the superfluous square brackets.
ANKUR KUMAR
ANKUR KUMAR 2018-10-5
Thank you. Still doing silly mistakes.. at learning stage.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by